Files
node-code/package.json
2026-04-16 15:14:47 +05:30

20 lines
358 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"
}
}