quickstarts/tutorials/distributed-calculator/node/package.json

18 lines
326 B
JSON

{
"name": "node-divide",
"version": "0.0.1",
"private": true,
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"express": "^4.17.1"
}
}