-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 876 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
{
"name": "tuya-api",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"lint": "eslint -c ./.eslintrc.json --ext .ts .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aetheryx/tuya-api.git"
},
"keywords": [],
"author": "aetheryx",
"license": "MIT",
"bugs": {
"url": "https://github.com/aetheryx/tuya-api/issues"
},
"homepage": "https://github.com/aetheryx/tuya-api#readme",
"dependencies": {
"color": "^3.1.3",
"ts-node": "^9.1.1",
"tuyapi": "^7.2.0",
"type-fest": "^1.2.1",
"typescript": "^4.1.2"
},
"devDependencies": {
"@types/color": "^3.0.1",
"@types/node": "^14.14.10",
"@typescript-eslint/eslint-plugin": "^4.6.1",
"@typescript-eslint/parser": "^4.6.1",
"eslint": "^6.8.0"
}
}