26 lines
691 B
JSON
26 lines
691 B
JSON
|
|
{
|
||
|
|
"name": "web-bai-manage-api-server",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"description": "Backend API server for BAI Management System",
|
||
|
|
"main": "src/index.js",
|
||
|
|
"scripts": {
|
||
|
|
"dev": "node src/index.js",
|
||
|
|
"build": "echo 'No build needed for backend'",
|
||
|
|
"test": "echo 'No tests implemented yet'",
|
||
|
|
"lint": "echo 'No linting implemented yet'",
|
||
|
|
"spec:lint": "npx @fission-ai/openspec lint spec/",
|
||
|
|
"spec:validate": "npx @fission-ai/openspec validate spec/"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"express": "^4.18.2",
|
||
|
|
"dotenv": "^16.3.1"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"@fission-ai/openspec": "^1.0.0"
|
||
|
|
},
|
||
|
|
"engines": {
|
||
|
|
"node": ">=22.0.0"
|
||
|
|
},
|
||
|
|
"author": "",
|
||
|
|
"license": "ISC"
|
||
|
|
}
|