-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
40 lines (40 loc) · 1.13 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
{
"name": "WallbaseDirectDownloader",
"version": "1.4.0",
"description": "Wallhaven Direct Downloader ==========================",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --mode production",
"start": "webpack -w",
"pack": "node pack.js",
"clean": "rimraf dist artifacts/*",
"release": "npm run clean && npm run build && npm run pack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eramdam/WallbaseDirectDownloader.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/eramdam/WallbaseDirectDownloader/issues"
},
"homepage": "https://github.com/eramdam/WallbaseDirectDownloader#readme",
"dependencies": {
"bestzip": "^2.1.7",
"copy-webpack-plugin": "^5.0.3",
"cross-zip-cli": "^1.0.0",
"eslint": "^5.16.0",
"eslint-config-prettier": "^4.3.0",
"eslint-plugin-prettier": "^3.1.0",
"file-saver": "^2.0.2",
"prettier": "^1.18.2",
"rimraf": "^2.6.3"
},
"devDependencies": {
"webpack": "^5.90.1",
"webpack-cli": "^5.1.4"
}
}