-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.4 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "pastel-new-tab",
"version": "1.0.0",
"description": "Pastel New Tab",
"scripts": {
"test": "jest",
"lint": "eslint src",
"build": "npm run lint && tsc --project tsconfig.prod.json",
"gulp": "gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/adityabhaskar/newtab-pastel.git"
},
"keywords": [
"Chrome",
"Extension",
"New",
"Tab",
"Pastel",
"Typescript",
"Javascript",
"CSS"
],
"author": "Aditya Bhaskar // Oorja labs",
"license": "ISC",
"bugs": {
"url": "https://github.com/oorjalabs/newtab-pastel/issues"
},
"homepage": "https://github.com/oorjalabs/newtab-pastel#readme",
"devDependencies": {
"@types/chrome": "^0.0.188",
"@types/jquery": "^3.5.8",
"@types/moment": "^2.13.0",
"@typescript-eslint/eslint-plugin": "^5.3.1",
"@typescript-eslint/parser": "^5.3.1",
"del": "^3.0.0",
"eslint": "^8.4.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-import": "^2.26.0",
"gulp": "^4.0.0",
"gulp-cli": "^2.0.1",
"gulp-sourcemaps": "^2.6.4",
"gulp-uglify": "^3.0.1",
"gulp-zip": "^4.2.0",
"pump": "^3.0.0",
"terser": "^5.10.0",
"typescript": "^4.3.5",
"uglify-es": "^3.3.9"
}
}