initial
This commit is contained in:
25
package.json
Normal file
25
package.json
Normal file
@ -0,0 +1,25 @@
|
||||
{
|
||||
"name": "dispatcher",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "dist/main.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"build": "tsc -p ./",
|
||||
"debug": "npm run build && node dist/main.js --loglevel debug",
|
||||
"start": "node dist/main.js"
|
||||
},
|
||||
"author": "Wolfgang Hottgenroth <woho@hottis.de>",
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"@types/chalk": "^0.4.31",
|
||||
"@types/mqtt": "0.0.34",
|
||||
"@types/node": "^8.0.14",
|
||||
"typescript": "^2.4.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"chalk": "^2.0.1",
|
||||
"moment": "^2.18.1",
|
||||
"mqtt": "^2.9.2"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user