-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 885 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 885 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
28
29
{
"name": "web-api-extension",
"version": "0.1.0",
"private": true,
"description": "Chrome Extension for ACI Web API automation via WebMCP",
"scripts": {
"dev": "extension dev --chromium-binary=\"/mnt/c/Program Files/Google/Chrome/Application/chrome.exe\"",
"build": "extension build",
"postbuild": "node tools-cli/tier-coverage.mjs",
"preview": "extension preview",
"verify:tokens": "node tools-cli/token-benchmark.mjs",
"verify:security": "node tools-cli/security-verify.mjs"
},
"dependencies": {
"react": "^19.1.0",
"react-dom": "^19.1.0",
"zod": "^3.25.67"
},
"devDependencies": {
"extension": "^2.1.3",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@types/chrome": "^0.0.319",
"typescript": "^5.8.3",
"tailwindcss": "^3.4.19",
"postcss": "^8.5.6",
"autoprefixer": "^10.4.21"
}
}