-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
41 lines (41 loc) · 965 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
36
37
38
39
40
41
{
"name": "homey-lib",
"version": "2.31.4",
"description": "Shared Library for Homey",
"main": "index.js",
"scripts": {
"build": "npm ci; npm run pack",
"pack": "webpack",
"lint": "eslint .",
"test": "mocha --parallel"
},
"engines": {
"node": ">=12.13.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/athombv/node-homey-lib.git"
},
"author": "Athom B.V.",
"license": "ISC",
"bugs": {
"url": "https://github.com/athombv/node-homey-lib/issues"
},
"homepage": "https://github.com/athombv/node-homey-lib#readme",
"dependencies": {
"ajv": "^6.1.1",
"image-size": "^0.6.2",
"semver": "^5.7.0",
"tinycolor2": "^1.4.1"
},
"devDependencies": {
"eslint": "^7.31.0",
"eslint-config-athom": "^2.1.1",
"mocha": "^9.1.3",
"mock-fs": "^5.1.2",
"object-path": "^0.11.8",
"set-value": "^4.1.0",
"webpack": "^4.46.0",
"webpack-cli": "^4.7.2"
}
}