forked from wantora/weautopagerize
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.35 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
{
"name": "weautopagerize",
"version": "1.7.5",
"description": "Automatically inserts the next page.",
"homepage": "https://github.com/wantora/weautopagerize#readme",
"bugs": {
"url": "https://github.com/wantora/weautopagerize/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wantora/weautopagerize.git"
},
"license": "GPL-3.0+",
"author": "wantora <[email protected]>",
"scripts": {
"build": "npm run clean && npm run build:js && npm run build:ext",
"build:ext": "web-ext build --source-dir dist",
"build:js": "webpack --mode production",
"clean": "rimraf dist",
"format": "sort-package-json && eslint --fix .",
"lint": "web-ext lint --source-dir dist && eslint .",
"start": "web-ext run --source-dir dist",
"version": "node ./scripts/version.js",
"watch": "webpack --mode development --watch"
},
"dependencies": {
"events": "^3.0.0",
"json5": "^0.5.1",
"whatwg-mimetype": "^2.3.0"
},
"devDependencies": {
"copy-webpack-plugin": "^5.0.3",
"eslint": "^5.16.0",
"eslint-config-wantora": "github:wantora/eslint-config-wantora#v1.3.0",
"eslint-loader": "^2.1.2",
"glob": "^7.1.4",
"node-fetch": "^2.6.0",
"rimraf": "^2.6.3",
"sort-package-json": "^1.22.1",
"web-ext": "^3.1.1",
"webpack": "^4.35.2",
"webpack-cli": "^3.3.5"
}
}