-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
30 lines (30 loc) · 829 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
{
"name": "smartthings-homeautomation",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"watcher": "ts-node ./_src/watcher.ts",
"watcher-lg": "ts-node ./_src/watcher-lg.ts",
"start": "ts-node ./_src/server.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"dotenv": "^16.0.3",
"fastify": "^4.10.2",
"fluent-json-schema": "^4.0.0",
"lgtv2": "^1.6.3",
"ts-node": "^10.9.1",
"typescript": "https://cdn.jsdelivr.net/npm/@tsplus/[email protected]/compiler/typescript.tgz"
},
"devDependencies": {
"@tsconfig/strictest": "^1.0.2",
"@types/lgtv2": "^1.4.2",
"@types/node": "^18.11.16",
"ts-transform-paths": "^3.0.0",
"tsconfig-paths": "^4.1.1"
},
"keywords": [],
"author": "",
"license": "ISC"
}