-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1.25 KB
/
package.json
File metadata and controls
33 lines (33 loc) · 1.25 KB
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": "15.5.0",
"description": "强大的 Pixiv 批量下载器。Powerful Pixiv batch downloader. 強力な Pixiv ダウンローダー。",
"repository": "https://github.com/xuejianxianzun/PixivBatchDownloader",
"author": "xuejianxianzun",
"license": "GPL-3.0-or-later",
"scripts": {
"fmt": "prettier -c --write \"src\\ts\\**\" && prettier -c --write \"src\\style\\**\"",
"ts": "webpack --config ./webpack.conf.js",
"less": "lessc ./src/style/style.less ./dist/style/style.css && lessc ./src/style/showLargerThumbnails.less ./dist/style/showLargerThumbnails.css",
"pre-build": "npm run fmt && npm run ts && npm run less",
"build": "npm run pre-build && node ./pack.js"
},
"devDependencies": {
"@types/chrome": "0.0.154",
"@types/node": "^13.13.5",
"@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"
},
"dependencies": {}
}