Files
router-lists-ui/backend/package.json
T
denozord d2e6aa1d38
Publish Docker image / build-and-push (push) Failing after 2m17s
Init commit
2025-07-07 13:07:26 +07:00

28 lines
593 B
JSON

{
"name": "router-lists-ui",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "node server.js",
"dev": "node_modules\\.bin\\nodemon server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://git.shts.su/denozord/router-lists-ui.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"aws-sdk": "^2.1692.0",
"cors": "^2.8.5",
"dotenv": "^17.0.1",
"express": "^5.1.0"
},
"devDependencies": {
"nodemon": "^3.1.10"
}
}