forked from darkreader/darkreader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.56 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
52
{
"name": "darkreader",
"version": "4.8.4",
"description": "Dark theme for every website",
"scripts": {
"api": "node -e \"require('./tasks/bundle-api')()\"",
"code-style": "eslint --fix 'src/**/*.ts' 'src/**/*.tsx' 'tasks/**/*.js' 'tests/**/*.ts' 'index.d.ts'",
"debug": "node tasks/debug.js",
"prepublishOnly": "npm test && npm run api",
"release": "npm test && node tasks/release.js",
"test": "jest --config=tests/jest.config.js"
},
"main": "darkreader.js",
"repository": {
"type": "git",
"url": "https://github.com/alexanderby/darkreader.git"
},
"author": "Alexander Shutau <[email protected]> (https://darkreader.org/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/alexanderby/darkreader/issues"
},
"homepage": "https://darkreader.org/",
"dependencies": {
"malevic": "0.17.1"
},
"devDependencies": {
"@types/chrome": "0.0.91",
"@types/jest": "24.0.19",
"@types/node": "12.11.2",
"@typescript-eslint/eslint-plugin": "2.5.0",
"@typescript-eslint/parser": "2.5.0",
"chokidar": "3.2.2",
"eslint": "6.5.1",
"eslint-plugin-local": "1.0.0",
"fs-extra": "8.1.0",
"globby": "10.0.1",
"jest": "24.9.0",
"less": "3.10.3",
"prettier": "1.18.2",
"rollup": "1.25.1",
"rollup-plugin-commonjs": "10.1.0",
"rollup-plugin-node-resolve": "5.2.0",
"rollup-plugin-replace": "2.2.0",
"rollup-plugin-typescript2": "0.24.3",
"ts-jest": "24.1.0",
"ts-node": "8.4.1",
"tsconfig-paths": "3.9.0",
"typescript": "3.6.4",
"yazl": "2.5.1"
}
}