-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1005 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": "project-tiara-device-client-v2",
"version": "1.0.3",
"description": "project tiara device client (typescript edition for my sanity :<)",
"main": "PTClient.js",
"scripts": {
"start": "tsc && node dist/PTClient.js",
"dev": "ts-node-dev --respawn src/PTClient.ts",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@types/i2c-bus": "^5.1.0",
"@types/node": "^20.1.0",
"@types/node-dht-sensor": "^0.4.0",
"@types/rpio": "^2.4.2",
"concurrently": "^8.0.1",
"nodemon": "^2.0.22",
"ts-node-dev": "^2.0.0",
"typescript": "^5.0.4"
},
"dependencies": {
"@serialport/parser-readline": "^11.0.0",
"axios": "^1.3.5",
"form-data": "^4.0.0",
"i2c-bus": "^5.2.2",
"js-event-bus": "^1.1.1",
"node-dht-sensor": "^0.4.3",
"pca9685": "^5.0.0",
"readline": "^1.3.0",
"rpio": "^2.4.2",
"serialport": "^11.0.0",
"socket.io-client": "^4.6.1"
}
}