This repository has been archived by the owner on Jan 5, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.58 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
{
"name": "wexond-darkreader",
"version": "1.0.0",
"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/wexond/darkreader.git"
},
"author": "Alexander Shutau <[email protected]> (https://darkreader.org/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/wexond/darkreader/issues"
},
"homepage": "https://wexond.net/",
"dependencies": {
"malevic": "0.17.1"
},
"devDependencies": {
"@types/chrome": "0.0.91",
"@types/jest": "24.0.23",
"@types/node": "12.12.14",
"@typescript-eslint/eslint-plugin": "2.10.0",
"@typescript-eslint/parser": "2.10.0",
"chokidar": "3.3.0",
"eslint": "6.7.2",
"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.19.1",
"rollup": "1.27.8",
"rollup-plugin-commonjs": "10.1.0",
"rollup-plugin-node-resolve": "5.2.0",
"rollup-plugin-replace": "2.2.0",
"rollup-plugin-typescript2": "0.25.3",
"ts-jest": "24.2.0",
"ts-node": "8.4.1",
"tsconfig-paths": "3.9.0",
"typescript": "3.7.3",
"yazl": "2.5.1",
"ws": "7.2.0"
}
}