-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 801 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 801 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
{
"name": "proxy-assistant",
"version": "1.6.0",
"description": "A powerful browser proxy management extension",
"scripts": {
"test": "jest --config tests/jest.config.js",
"test:watch": "jest --config tests/jest.config.js --watch",
"test:coverage": "jest --config tests/jest.config.js --coverage",
"test:unit": "jest --config tests/jest.config.js tests/unit",
"test:integration": "jest --config tests/jest.config.js tests/integration",
"test:e2e": "jest --config tests/jest.config.js tests/e2e"
},
"devDependencies": {
"@types/chrome": "^0.0.246",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0"
},
"keywords": [
"proxy",
"browser-extension",
"chrome-extension",
"firefox-addon"
],
"author": "bugwz",
"license": "MIT"
}