-
Notifications
You must be signed in to change notification settings - Fork 67
/
package.json
52 lines (52 loc) · 1.17 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
{
"name": "Dollchan-Extension-Tools",
"version": "24.9.16",
"author": "SthephanShi",
"description": "Doing some profit for imageboards",
"homepage": "https://dollchan.net/",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/SthephanShinkufag/Dollchan-Extension-Tools.git"
},
"scripts": {
"start:firefox": "web-ext run --source-dir ./extension/v2"
},
"bugs": {
"url": "https://github.com/SthephanShinkufag/Dollchan-Extension-Tools/issues"
},
"babel": {
"compact": false,
"presets": [
"@babel/preset-env"
],
"plugins": [
[
"@babel/plugin-transform-for-of",
{
"loose": true
}
]
]
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.4",
"@eslint/js": "^9.10.0",
"babelify": "^10.0.0",
"browserify": "^17.0.0",
"core-js": "^3.38.1",
"element-polyfill": "^1.1.0",
"eslint": "^9.10.0",
"globals": "^15.9.0",
"gulp": "^5.0.0",
"gulp-file": "^0.4.0",
"gulp-headerfooter": "^1.0.3",
"gulp-replace": "^1.1.4",
"gulp-streamify": "^1.0.2",
"gulp-strip-comments": "^2.6.0",
"gulp-tap": "^2.0.0",
"regenerator-runtime": "^0.14.1",
"vinyl-source-stream": "^2.0.0"
}
}