initial
This commit is contained in:
22
package.json
Normal file
22
package.json
Normal file
@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "mqtt_mongo",
|
||||
"version": "1.0.0",
|
||||
"description": "MQTT to MongoDB Gateway",
|
||||
"main": "dist/main.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"build": "tsc -p ./",
|
||||
"start": "node dist/main.js"
|
||||
},
|
||||
"author": "Wolfgang Hottgenroth",
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"@types/commander": "^2.9.0",
|
||||
"@types/node": "^7.0.14",
|
||||
"typescript": "^2.3.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"commander": "^2.9.0",
|
||||
"mqtt": "^2.6.2"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user