Files
router-lists-ui/backend/package.json
T
denozord 2dfb6916dd
Publish Fast Tabler Docker image / Test before build (push) Failing after 7m0s
Publish Fast Tabler Docker image / Build and push image (push) Has been skipped
Test and Lint / Backend tests (push) Successful in 9m38s
Test and Lint / Frontend lint, test, build (push) Failing after 5m38s
feat(tests): update test scripts for backend and frontend, add CI testing workflow
2026-02-12 11:20:36 +07:00

35 lines
779 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": "node --test test/*.test.js"
},
"repository": {
"type": "git",
"url": "https://git.shts.su/denozord/router-lists-ui.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@aws-sdk/client-s3": "^3.687.0",
"ajv": "^8.17.1",
"compression": "^1.7.4",
"cors": "^2.8.5",
"dotenv": "^17.0.1",
"express": "^4.19.2",
"express-rate-limit": "^6.11.2",
"helmet": "^7.1.0",
"pino": "^9.4.0",
"pino-http": "^10.3.0",
"prom-client": "^15.1.3"
},
"devDependencies": {
"nodemon": "^3.1.10"
}
}