Agent Police Department v1.0.0 MVP
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"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"]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user