-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 856 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
{
"name": "illumination-control",
"version": "1.0.0",
"description": "Aukey Lights Control (Tuya)",
"keywords": ["aukey", "light", "bulb", "tuya", "api"],
"main": "src/main.js",
"author": "Bazyli Brzoska <npm@invent.life>",
"license": "MIT",
"scripts": {
"start": "electron .",
"test": "yarn",
"postinstall": "patch-package",
"prettier:write": "prettier src --write"
},
"dependencies": {
"lodash": "^4.17.21",
"tuyapi": "codetheweb/tuyapi"
},
"devDependencies": {
"@types/jest": "^26.0.22",
"electron": "^13.0.0-beta.12",
"jest": "^26.6.3",
"patch-package": "^6.4.7",
"postinstall-postinstall": "^2.1.0",
"prettier": "^2.2.1",
"ts-jest": "^26.5.4",
"typescript": "^4.3.0-beta"
},
"prettier": {
"semi": false,
"singleQuote": true,
"bracketSpacing": false
}
}