Stack-2-9-finetuned / package.json
walidsobhie-code
feat: add TypeScript modules and reorganize project structure
bfc7d04
raw
history blame
330 Bytes
{
"name": "stack-2.9",
"version": "1.0.0",
"description": "Stack 2.9 - Voice-enabled AI coding assistant",
"type": "module",
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"test": "vitest"
},
"devDependencies": {
"typescript": "^5.3.0",
"@types/node": "^20.10.0",
"vitest": "^1.2.0"
}
}