forked from wangziqi/gongxue-base
11 lines
270 B
JSON
11 lines
270 B
JSON
{
|
|
"scripts": {
|
|
"build:backend": "cd backend && npx tsc --noEmit",
|
|
"typecheck:backend": "cd backend && npx tsc --noEmit",
|
|
"build:frontend": "cd frontend && npx vite build --logLevel error"
|
|
},
|
|
"dependencies": {
|
|
"@fission-ai/openspec": "^1.5.0"
|
|
}
|
|
}
|