This repository has been archived by the owner on Feb 21, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 170
/
package.json
50 lines (50 loc) · 1.54 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": "adblockpluschrome",
"repository": "https://gitlab.com/eyeo/adblockplus/adblockpluschrome",
"license": "GPL-3.0",
"engines": {
"node": ">=12.17.0",
"npm": ">=6"
},
"dependencies": {
"@tensorflow/tfjs-converter": "1.3.2",
"@tensorflow/tfjs-core": "1.3.2"
},
"devDependencies": {
"argparse": "^1.0.10",
"chromedriver": "^85.0.1",
"del": "^5.1.0",
"dmg": "^0.1.0",
"eslint": "^7.9.0",
"eslint-config-eyeo": "^3.2.0",
"extract-zip": "^2.0.1",
"geckodriver": "^1.20.0",
"got": "^11.6.2",
"gulp": "^4.0.2",
"gulp-tar": "^3.1.0",
"gulp-gzip": "^1.4.2",
"gulp-vinyl-zip": "^2.2.1",
"handlebars": "^4.7.6",
"jimp": "^0.16.1",
"jsdoc": "^3.6.5",
"merge-stream": "^2.0.0",
"mocha": "^8.1.3",
"msedgedriver": "^83.0.0",
"ncp": "^2.0.0",
"selenium-webdriver": "^4.0.0-alpha.7",
"semver": "^7.3.2",
"through": "^2.3.8",
"webpack-merge": "^5.1.4",
"webpack-stream": "^6.1.0"
},
"scripts": {
"generate-buildnum": "node --no-warnings build/utils/git.mjs",
"lint": "eslint --ext .js,.mjs *.js *.mjs lib/ qunit/ ext/ test/ build/",
"test-only": "mocha --unhandled-rejections=strict --delay",
"test": "npm run test-only --",
"postinstall": "cd adblockplusui && npm install --only=production --loglevel=error --no-audit --no-fund --no-package-lock --no-optional",
"posttest": "npm run lint",
"docs": "jsdoc --configure jsdoc.conf --destination docs lib",
"download-test-browsers": "node test/bin/downloadBrowsers.mjs"
}
}