Files
simple-node/backend/package.json
2026-02-14 03:57:20 +00:00

22 lines
360 B
JSON

{
"name": "backend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "jest"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"cors": "^2.8.6",
"express": "^5.2.1"
},
"devDependencies": {
"jest": "^30.2.0",
"supertest": "^7.2.2"
}
}