-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
37 lines (37 loc) · 924 Bytes
/
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
{
"name": "anova-oven-forwarder",
"private": true,
"license": "ISC",
"version": "4.0.2",
"scripts": {
"start": "node server.js",
"dev": "node --watch server.js",
"lint": "eslint .",
"build-image": "scripts/build-image.sh",
"push-image": "scripts/push-image.sh",
"run-container": "scripts/run-container.sh"
},
"dependencies": {
"@influxdata/influxdb-client": "^1.33.2",
"axe": "^12.2.3",
"cabin": "^13.2.4",
"date-fns": "^2.30.0",
"dotenv": "^16.0.3",
"jwks-rsa": "^3.0.1",
"koa": "^2.14.2",
"koa-better-request-id": "^1.2.0",
"koa-better-response-time": "^1.2.0",
"koa-jwt": "^4.0.4",
"koa-router": "^12.0.0",
"mqtt": "^4.3.7",
"request-received": "^0.0.3",
"uuid": "^9.0.0",
"ws": "^8.18.0"
},
"type": "module",
"devDependencies": {
"eslint": "^8.44.0",
"knip": "^4.2.1",
"prettier-eslint": "^15.0.1"
}
}