-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.2 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
42
43
44
45
46
47
48
{
"name": "@delos-tech/nanoleaf-openapi",
"version": "1.0.7",
"description": "NanoLeaf OpenAPI interface",
"main": "index.js",
"scripts": {
"test": "test",
"lint": "eslint index.js lib",
"license-check": "d2l-license-checker"
},
"keywords": [
"nanoleaf"
],
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/Delos-tech/crestron-api.git"
},
"author": "Joseph B. Ottinger",
"license": "ISC",
"pre-commit": [
"license-check",
"lint"
],
"devDependencies": {
"@babel/eslint-parser": "^7.19.1",
"@babel/preset-react": "^7.18.6",
"config": "^3.3.8",
"d2l-license-checker": "^4.1.15",
"eslint": "^8.23.1",
"eslint-config-webbylab": "^6.0.0",
"eslint-plugin-fetch": "^0.0.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-more": "^1.0.5",
"eslint-plugin-no-require-lodash": "^1.1.0",
"eslint-plugin-prefer-spread": "^1.0.3",
"eslint-plugin-react": "^7.31.8",
"eslint-plugin-security": "^1.5.0",
"pre-commit": "^1.2.2"
},
"dependencies": {
"axios": "^0.27.2",
"debug": "^4.3.4",
"node-ssdp": "^4.0.1",
"object-path": "^0.11.8",
"parse-color": "^1.0.0",
"semaphore": "^1.1.0"
}
}