nodejs-server-example/package.json
2022-08-17 20:02:03 +07:00

16 lines
331 B
JSON

{
"name": "nodejs-server-example",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://git.cubetiqs.com/cubetiq/nodejs-server-example.git"
},
"author": "",
"license": "ISC"
}