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