Stack-2-9-finetuned / config /package.json
walidsobhie-code
reorganize: consolidate root level to 20 folders
b8e3e42
raw
history blame contribute delete
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"
}
}