Files
node-code/package.json
Gitea 6838b2754c
All checks were successful
Node API Test / test (push) Successful in 24s
fifth commit
2026-04-16 15:51:19 +05:30

23 lines
430 B
JSON

{
"name": "test-parinaam",
"version": "1.0.0",
"description": "do somethig",
"repository": {
"type": "git",
"url": "https://git.parinaam.in/bunty/node-code.git"
},
"license": "ISC",
"author": "",
"type": "commonjs",
"main": "test.js",
"scripts": {
"test": "jest",
"start": "node index.js"
},
"dependencies": {
"express": "^5.2.1",
"jest": "^30.3.0",
"supertest": "^7.2.2"
}
}