Spaces:
ainz
/
Configuration error

hi / package.json
ainz's picture
x
688d352
raw
history blame contribute delete
387 Bytes
{
"name": "qwen2api",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "node src/server.js",
"dev": "nodemon src/server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"axios": "^1.7.9",
"body-parser": "^1.20.3",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"nodemon": "^3.1.7"
}
}