Files
dispatcher_ng/package.json
2018-01-08 17:20:41 +01:00

31 lines
758 B
JSON

{
"name": "dispatcher_ng",
"version": "1.0.0",
"description": "",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc -p ./",
"start": "node dist/main.js"
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/wolutator/dispatcher_ng.git"
},
"author": "Wolfgang Hottgenroth <woho@hottis.de>",
"license": "ISC",
"bugs": {
"url": "https://gitlab.com/wolutator/dispatcher_ng/issues"
},
"homepage": "https://gitlab.com/wolutator/dispatcher_ng#README",
"dependencies": {
"mqtt": "^2.15.0",
"simple-node-logger": "^0.93.33"
},
"devDependencies": {
"@types/mqtt": "^2.5.0",
"@types/node": "^8.5.8",
"typescript": "^2.6.2"
}
}