Files
sight-identification/lib/backend_model/package.json
2026-01-07 16:38:33 +08:00

19 lines
359 B
JSON

{
"name": "backend_model",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^2.2.1",
"express": "^5.2.1",
"multer": "^2.0.2"
}
}