Files
agent-police-department-cla…/package.json
T
2026-06-14 13:18:56 +00:00

20 lines
690 B
JSON

{
"name": "agent-police-department",
"version": "1.0.0",
"description": "A police dashboard for your team's AI coding agents — real-time governance, audit trails, and policy violation alerts.",
"scripts": {
"test": "jest",
"lint": "eslint lib/ background.js content_script.js popup.js",
"build": "npm run lint && npm test",
"package": "zip -r agent-police-department.zip manifest.json background.js content_script.js popup.html popup.js popup.css options.html lib/ default_policy.yaml icons/"
},
"devDependencies": {
"jest": "^29.7.0",
"eslint": "^8.57.0"
},
"jest": {
"testEnvironment": "node",
"moduleFileExtensions": ["js", "mjs"]
}
}