smartclient/server/package.json

23 lines
451 B
JSON

{
"name": "server",
"version": "1.0.0",
"description": "",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc -p ./",
"start": "node dist/out-tsc/main.js"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@types/node": "^10.3.5",
"typescript": "^2.9.2"
},
"dependencies": {
"express": "^4.16.3",
"morgan": "^1.9.0",
"path": "^0.12.7"
}
}