forked from xuejianxianzun/PixivBatchDownloader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 1.02 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
{
"name": "powerful-pixiv-downloader",
"version": "3.0.6",
"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": {
"fmt": "prettier -c --write \"**/*\"",
"less": "lessc -x ./src/style/style.less ./dist/style/style.css",
"pre-build": "tsc && npm run less && npm run fmt",
"build": "npm run pre-build && node ./build.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",
"less": "^3.10.3",
"prettier": "^1.19.1",
"recursive-copy": "^2.0.10",
"ts-node": "^8.5.2",
"typescript": "^3.7.2",
"viewerjs": "^1.4.0"
},
"dependencies": {}
}