smartclient/server/package.json

23 lines
451 B
JSON
Raw Permalink Normal View History

2018-06-25 16:53:55 +02:00
{
"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": {
2018-06-26 12:57:55 +02:00
"express": "^4.16.3",
"morgan": "^1.9.0",
"path": "^0.12.7"
2018-06-25 16:53:55 +02:00
}
}