-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
58 lines (58 loc) · 1.72 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "booru-shinshi",
"version": "0.12.2",
"description": "ボール紳士:紳士のような(?)ボール (Booru) サイト間をエレガントに渡り歩く。Just one-click to download image with comprehensible filename & auto classify from Booru page, or search across different Booru sites.",
"main": "dist/index.js",
"dependencies": {
"bootstrap": "^4.3.1",
"deep-diff": "^1.0.2",
"fast-deep-equal": "^3.1.3",
"sanitize-filename": "^1.6.1",
"tippy.js": "^6.3.7"
},
"devDependencies": {
"@types/chai": "^4.3.1",
"@types/deep-diff": "^1.0.2",
"@types/mocha": "^9.1.1",
"@types/node": "^10.17.60",
"@types/node-fetch": "^2.6.1",
"@types/sanitize-filename": "^1.1.28",
"chai": "^4.3.6",
"copy-webpack-plugin": "^5.0.2",
"css-loader": "^2.1.1",
"file-loader": "^3.0.1",
"html-webpack-plugin": "^3.0.6",
"mocha": "^9.2.2",
"node-fetch": "^2.6.7",
"pug": "^3.0.2",
"pug-html-loader": "^1.1.5",
"pug-plain-loader": "^1.0.0",
"raw-loader": "^4.0.2",
"sass": "^1.51.0",
"sass-loader": "^10.2.1",
"style-loader": "^0.23.1",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"terser-webpack-plugin": "^4.2.3",
"ts-loader": "^8.4.0",
"ts-node": "^10.7.0",
"typescript": "^5.0.4",
"web-ext-types": "^3.1.0",
"webpack": "^4.29.6",
"webpack-cli": "^3.3.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack --mode=development --watch",
"build": "webpack --mode=production"
},
"engines": {
"npm": ">=6.0.0 <9.0.0",
"node": ">=14.0.0 <=14.0.0"
},
"keywords": [
"webextension"
],
"author": "ono hiroko (kuanyui)",
"license": "WTFPL"
}