ASY-API/package.json
2025-08-29 21:01:13 +08:00

21 lines
412 B
JSON

{
"name": "asy-api",
"version": "1.0.0",
"description": "asy-api",
"main": "index.js",
"scripts": {
"start": "node app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@gitea.ljc42.com:cochrane/ASY-API.git"
},
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^2.2.0",
"express": "^5.1.0"
}
}