geofences/package.json
Wolfgang Hottgenroth 30fbbd2589 initial
2018-02-26 12:55:13 +01:00

35 lines
875 B
JSON

{
"name": "geofences",
"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"
},
"author": "Wolfgang Hottgenroth <woho@hottis.de>",
"license": "ISC",
"dependencies": {
"body-parser": "^1.18.2",
"chalk": "^2.3.0",
"command-line-args": "^4.0.7",
"express": "^4.16.2",
"moment": "^2.20.1",
"mqtt": "^2.15.0",
"nodemailer": "^4.4.1",
"simple-node-logger": "^0.93.33"
},
"devDependencies": {
"@types/body-parser": "^1.16.8",
"@types/chalk": "^2.2.0",
"@types/command-line-args": "^4.0.2",
"@types/express": "^4.11.1",
"@types/moment": "^2.13.0",
"@types/mqtt": "^2.5.0",
"@types/node": "^8.5.8",
"@types/nodemailer": "^4.3.1",
"typescript": "^2.6.2"
}
}