forked from xuejianxianzun/PixivBatchDownloader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 1.1 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
{
"name": "powerful-pixiv-downloader",
"version": "8.8.0",
"description": "Powerful Pixiv Downloader. fast, powerful, and make your browsing experience better.",
"repository": "https://github.com/xuejianxianzun/PixivBatchDownloader",
"author": "xuejianxianzun",
"license": "GPL-3.0-or-later",
"scripts": {
"less": "lessc ./src/style/style.less ./dist/style/style.css",
"ts": "webpack --config ./webpack.conf.js",
"fmt": "prettier -c --write \"**/*\"",
"pre-build": "npm run ts && npm run less && npm run fmt",
"build": "npm run pre-build && node ./pack.js"
},
"devDependencies": {
"@types/chrome": "^0.0.91",
"@typescript-eslint/eslint-plugin": "^2.7.0",
"@typescript-eslint/parser": "^2.7.0",
"archiver": "^3.1.1",
"eslint": "^6.6.0",
"eslint-config-prettier": "^6.5.0",
"eslint-plugin-prettier": "^3.1.1",
"recursive-copy": "^2.0.10",
"ts-loader": "^6.2.1",
"ts-node": "^8.5.2",
"typescript": "^3.7.5",
"viewerjs": "^1.4.0",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10",
"@types/node": "^13.13.5"
},
"dependencies": {}
}