-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.1 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
{
"name": "schicke-chicks",
"version": "1.0.0",
"description": "schicke-chicks server",
"main": "index.js",
"scripts": {
"tsc": "tsc",
"dev": "node node_modules/nodemon/bin/nodemon.js",
"test": "echo \"Error: no test specified\" && exit 1",
"start": "pm2 start stall.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thoughtgap/schicke-chicks.git"
},
"author": "moritz",
"license": "ISC",
"bugs": {
"url": "https://github.com/thoughtgap/schicke-chicks/issues"
},
"homepage": "https://github.com/thoughtgap/schicke-chicks#readme",
"dependencies": {
"bme280": "^2.1.0",
"cron": "^1.8.2",
"express": "^4.21.0",
"express-sse": "^0.5.3",
"heapdump": "^0.3.15",
"moment": "^2.29.4",
"node-dht-sensor": "^0.4.3",
"node-raspistill": "^1.0.3",
"nodemon": "^3.1.7",
"onoff": "^6.0.2",
"pi-temperature": "^2.1.0",
"pngjs": "^5.0.0",
"request": "^2.88.2",
"simple-node-logger": "^18.12.24",
"stream": "0.0.2",
"stream-buffers": "^3.0.2",
"suncalc": "^1.8.0",
"telegram-bot-api": "^2.0.1"
}
}