Files
node-code/package.json
Gitea dbda40e864
All checks were successful
Node CI Test / test (push) Successful in 13s
remove node_modules from tracking
2026-04-16 15:34:14 +05:30

21 lines
363 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": "node test.js"
},
"dependencies": {
"express": "^5.2.1"
}
}