forked from darkreader/darkreader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.92 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
53
54
55
56
57
58
59
60
61
{
"name": "darkreader",
"version": "4.9.10",
"description": "Dark theme for every website",
"scripts": {
"api": "node tasks/build.js --api",
"benchmark-server": "node tests/benchmark-server/index.js",
"code-style": "eslint --fix \"src/**/*.ts\" \"src/**/*.tsx\" \"tasks/**/*.js\" \"tests/**/*.ts\" \"tests/**/*.js\" \"index.d.ts\"",
"debug": "node tasks/build.js --debug",
"debug-watch": "node tasks/build.js --debug --watch",
"prepublishOnly": "npm test && npm run api",
"release": "npm test && node tasks/build.js --release",
"test": "jest --config=tests/jest.config.js",
"test:inject": "jest --config=tests/inject/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/",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/darkreader"
},
"dependencies": {
"malevic": "0.18.3"
},
"devDependencies": {
"@rollup/plugin-commonjs": "12.0.0",
"@rollup/plugin-node-resolve": "8.0.0",
"@rollup/plugin-replace": "2.3.2",
"@rollup/pluginutils": "3.0.10",
"@types/chrome": "0.0.114",
"@types/jest": "25.2.3",
"@types/node": "14.0.5",
"@typescript-eslint/eslint-plugin": "3.0.1",
"@typescript-eslint/parser": "3.0.1",
"chokidar": "3.4.0",
"eslint": "7.1.0",
"eslint-plugin-local": "1.0.0",
"fs-extra": "9.0.0",
"globby": "11.0.0",
"jest": "26.0.1",
"less": "3.11.1",
"prettier": "2.0.5",
"rollup": "2.10.9",
"rollup-plugin-typescript2": "0.27.1",
"ts-jest": "26.0.0",
"ts-node": "8.10.1",
"tsconfig-paths": "3.9.0",
"typescript": "3.9.3",
"ws": "7.3.0",
"yazl": "2.5.1"
}
}