nodejs-server-example/package.json

19 lines
352 B
JSON
Raw Normal View History

2022-08-17 20:02:03 +07:00
{
"name": "nodejs-server-example",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
2022-08-17 20:05:53 +07:00
"start": "node index.js"
2022-08-17 20:02:03 +07:00
},
"repository": {
"type": "git",
"url": "https://git.cubetiqs.com/cubetiq/nodejs-server-example.git"
},
"author": "",
2022-08-17 20:05:53 +07:00
"license": "ISC",
"dependencies": {
"express": "^4.18.1"
}
2022-08-17 20:02:03 +07:00
}