-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
49 lines (49 loc) · 1.44 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "ruuvitag-discovery",
"version": "0.2.9",
"description": "Discover RuuviTag Environmental Sensors using a web interface and broadcast measures to multiple targets (MQTT, InfluxDB, Graphite, Home Assistant).",
"main": "index.js",
"scripts": {
"build": "rollup -c",
"start": "NODE_ENV=production node index.js",
"dev": "rollup -c -w",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://[email protected]/balda/ruuvitag-discovery.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/balda/ruuvitag-discovery/issues"
},
"homepage": "https://github.com/balda/ruuvitag-discovery#readme",
"dependencies": {
"axios": "^0.21.1",
"body-parser": "^1.19.0",
"compression": "^1.7.4",
"cors": "^2.8.5",
"express": "^4.17.1",
"influx": "^5.6.3",
"mathjs": "^9.0.0",
"mqtt": "^4.2.6",
"node-ruuvitag": "^4.6.1",
"pug": "^3.0.0",
"wires": "^4.1.0-rc2",
"ws": "^7.4.2"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^17.0.0",
"@rollup/plugin-node-resolve": "^11.1.0",
"npm-check-updates": "^11.0.2",
"rollup": "^2.38.0",
"rollup-plugin-css-only": "^3.1.0",
"rollup-plugin-livereload": "^2.0.0",
"rollup-plugin-svelte": "^7.1.0",
"rollup-plugin-terser": "^7.0.2",
"svelte": "^3.31.2",
"svelte-popper": "^0.1.5",
"sveltestrap": "^3.12.2"
}
}