-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 845 Bytes
/
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
{
"name": "cnaminator",
"type": "module",
"devDependencies": {
"@eslint/js": "^9.10.0",
"@playwright/test": "^1.46.1",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.12",
"@types/node": "^22.5.2",
"@types/webextension-polyfill": "^0.12.1",
"adm-zip": "^0.5.16",
"commander": "^12.1.0",
"esbuild": "0.23.1",
"eslint": "^9.10.0",
"globals": "^15.9.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"prettier": "3.3.3",
"ts-jest": "^29.2.5",
"typescript": "^5.5.4",
"typescript-eslint": "^8.4.0",
"web-ext": "^8.2.0"
},
"dependencies": {
"webextension-polyfill": "^0.12.0"
},
"scripts": {
"build": "node scripts/cli.js",
"test": "npx jest",
"e2e": "npx playwright test"
}
}