forked from athombv/com.tuya
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 941 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
{
"name": "com.tuya",
"version": "1.0.0",
"main": "app.ts",
"scripts": {
"compile": "tsc",
"lint": "eslint --ext .ts . --max-warnings=0",
"fix": "eslint --fix --ext .ts .",
"validate": "homey app validate --level=verified",
"prettier": "prettier . --write",
"prettier-check": "prettier . --check"
},
"devDependencies": {
"@tsconfig/node16": "1.0.3",
"@types/homey": "npm:homey-apps-sdk-v3-types@0.3.6",
"@types/node": "20.14.1",
"@types/node-fetch": "^2.6.11",
"@types/source-map-support": "0.5.10",
"@typescript-eslint/eslint-plugin": "5.30.7",
"@typescript-eslint/parser": "5.30.7",
"eslint": "7.32.0",
"eslint-config-prettier": "^9.1.0",
"prettier": "3.3.3",
"typescript": "4.7.4"
},
"dependencies": {
"homey-oauth2app": "^3.5.7",
"nanoid": "3.3.7",
"node-cache": "5.1.2",
"node-fetch": "^3.3.2",
"source-map-support": "0.5.21"
}
}