Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
File size: 540 Bytes
8969f81 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 |
{
"name": "foobar-server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@types/express": "^4.17.2",
"@types/hbs": "^4.0.1",
"@types/mongodb": "^3.1.2",
"@types/node": "^12.12.14",
"body-parser": "^1.19.0",
"colors": "^1.3.3",
"express": "^4.17.1",
"hbs": "^4.0.5",
"mongodb": "^3.1.10"
},
"devDependencies": {
"typescript": "^4.0.3"
}
}
|