forked from adsbypasser/adsbypasser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.32 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
{
"name": "adsbypasser",
"version": "7.22.0",
"license": "BSD-2-Clause",
"repository": {
"type": "git",
"url": "https://github.com/adsbypasser/adsbypasser.git"
},
"engines": {
"node": ">=18.x",
"npm": ">=8.x"
},
"devDependencies": {
"@babel/cli": "^7.10.4",
"@babel/core": "^7.10.4",
"@babel/eslint-parser": "^7.16.5",
"@babel/plugin-transform-modules-commonjs": "^7.10.4",
"@babel/plugin-transform-runtime": "^7.10.4",
"@babel/preset-env": "^7.10.4",
"@babel/register": "^7.10.4",
"@babel/runtime": "^7.10.4",
"babel-loader": "^8.1.0",
"chai": "^4.1.1",
"eslint": "^8.7.0",
"gulp": "^4.0.1",
"gulp-change": "^1.0.0",
"gulp-clean": "^0.4.0",
"gulp-cli": "^2.3.0",
"gulp-concat": "^2.6.1",
"gulp-eslint": "^6.0.0",
"gulp-inject-string": "^1.1.0",
"gulp-less": "^4.0.0",
"gulp-load-plugins": "^2.0.3",
"gulp-mocha": "^8.0.0",
"gulp-rename": "^2.0.0",
"gulp-strip-comments": "^2.5.1",
"lodash": "^4.17.19",
"marked": "^4.0.10",
"mocha": "^8.0.1",
"webpack": "^5.88.2",
"webpack-stream": "^7.0.0"
},
"scripts": {
"build": "gulp",
"clean": "gulp clean",
"start": "babel-node infra/building/server.babel.js",
"test": "gulp clean && gulp test",
"ghpages": "gulp clean && gulp ghpages"
}
}