You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
861 B
33 lines
861 B
4 years ago
|
{
|
||
|
"name": "Anchiale-broker",
|
||
|
"version": "1.0.0",
|
||
|
"description": "Broker for managing incoming client temperatures",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"start:build": "tsc -w",
|
||
4 years ago
|
"start:run": "node build/index.js",
|
||
|
"dev": "nodemon build/index.js",
|
||
|
"test": "concurrently npm:start:build npm:dev",
|
||
|
"start": "concurrently start:*"
|
||
4 years ago
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/xrazis/Anchiale-pi.git"
|
||
|
},
|
||
|
"keywords": [],
|
||
|
"author": "",
|
||
|
"license": "ISC",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/xrazis/Anchiale-pi/issues"
|
||
|
},
|
||
|
"homepage": "https://github.com/xrazis/Anchiale-pi#readme",
|
||
|
"dependencies": {
|
||
4 years ago
|
"@influxdata/influxdb-client": "^1.8.0",
|
||
4 years ago
|
"@types/node": "^14.14.7",
|
||
|
"@types/socket.io": "^2.1.11",
|
||
|
"chalk": "^3.0.0",
|
||
|
"nodemon": "^2.0.6",
|
||
|
"socket.io": "^3.0.1"
|
||
|
}
|
||
|
}
|