-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.15 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
{
"name": "com.ariston",
"version": "8.0.1",
"main": "app.ts",
"prettier": {
"experimentalTernaries": true,
"semi": false,
"singleQuote": true
},
"scripts": {
"build": "homey app validate --level publish && tsc -p 'tsconfig.checkjs.json'",
"deploy": "homey app install",
"format": "prettier . --check",
"format:fix": "prettier . --write",
"lint": "eslint .",
"lint:fix": "npm run lint -- --fix",
"publish": "homey app publish"
},
"devDependencies": {
"@eslint/js": "^9.13.0",
"@stylistic/eslint-plugin": "^2.11.0",
"@types/eslint__js": "^8.42.3",
"@types/eslint-config-prettier": "^6.11.3",
"@types/homey": "npm:homey-apps-sdk-v3-types@^0.3.6",
"@types/luxon": "^3.4.2",
"@types/node": "^22.10.1",
"eslint": "^9.15.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import": "^2.31.0",
"homey": "^3.7.12",
"prettier": "^3.4.1",
"typescript": "^5.7.2",
"typescript-eslint": "^8.16.0"
},
"dependencies": {
"@olivierzal/ariston-api": "^3.0.0",
"luxon": "^3.5.0",
"source-map-support": "^0.5.21"
}
}