Files
stateful-ai-agent-gap/package.json
T

20 lines
487 B
JSON

{
"name": "stateful-ai-agent-gap",
"version": "1.0.0",
"description": "Persistent context layer for AI coding tools — never lose your session context again",
"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.270",
"jsdom": "^29.1.1",
"typescript": "^5.5.0",
"vite": "^5.3.0",
"vitest": "^2.0.0"
}
}