Files
ai-code-quality-guard/package.json
T

19 lines
454 B
JSON

{
"name": "ai-code-quality-guard",
"version": "1.0.0",
"description": "Chrome extension that catches 'almost-right' AI-generated code before review",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"test": "vitest run"
},
"devDependencies": {
"@crxjs/vite-plugin": "^2.0.0-beta.28",
"@types/chrome": "^0.0.268",
"typescript": "^5.4.5",
"vite": "^5.2.11",
"vitest": "^1.6.0"
}
}