-
Notifications
You must be signed in to change notification settings - Fork 36
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 740 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 740 Bytes
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
{
"name": "video-ad-guard",
"version": "1.3.1",
"license": "GPL-2.0-or-later",
"scripts": {
"build": "node scripts/build.js",
"build:chrome": "webpack --config webpack.config.js --env browser=chrome",
"build:firefox": "webpack --config webpack.config.js --env browser=firefox",
"clean": "rimraf builds VideoAdGuard"
},
"devDependencies": {
"@types/chrome": "^0.0.237",
"@types/md5": "^2.3.5",
"archiver": "^7.0.1",
"copy-webpack-plugin": "^13.0.0",
"rimraf": "^5.0.10",
"ts-loader": "^9.4.4",
"typescript": "^4.9.5",
"webpack": "^5.88.2",
"webpack-cli": "^4.10.0"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.87.0",
"md5": "^2.3.0",
"openai": "^6.34.0"
}
}