25 lines
491 B
JSON
25 lines
491 B
JSON
|
|
{
|
||
|
|
"name": "order-class-display-system",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"description": "订单班AI生成方案展示系统",
|
||
|
|
"main": "app.js",
|
||
|
|
"scripts": {
|
||
|
|
"start": "node app.js",
|
||
|
|
"dev": "nodemon app.js",
|
||
|
|
"install-deps": "npm install"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"express": "^4.18.2",
|
||
|
|
"js-yaml": "^4.1.0"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"nodemon": "^3.0.1"
|
||
|
|
},
|
||
|
|
"keywords": [
|
||
|
|
"order-class",
|
||
|
|
"ai-agent",
|
||
|
|
"display-system"
|
||
|
|
],
|
||
|
|
"author": "",
|
||
|
|
"license": "ISC"
|
||
|
|
}
|