forked from TheThingsNetwork/lorawan-devices
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 933 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": "lorawan-devices",
"version": "1.0.0",
"description": "LoRaWAN Device Repository",
"bin": {
"validate": "bin/validate.js"
},
"scripts": {
"validate": "node bin/validate.js",
"format": "prettier --write schema.json \"vendor/**/*.yaml\" \"bin/**/*.js\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/TheThingsNetwork/lorawan-devices.git"
},
"author": "The Things Network Foundation",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/TheThingsNetwork/lorawan-devices/issues"
},
"homepage": "https://github.com/TheThingsNetwork/lorawan-devices#readme",
"devDependencies": {
"ajv": "^6.12.6",
"ajv-cli": "^3.3.0",
"prettier": "^2.2.1"
},
"dependencies": {
"image-size": "^0.9.3",
"image-type": "^4.1.0",
"js-yaml": "^4.0.0",
"lodash.isequal": "^4.5.0",
"read-chunk": "^3.2.0",
"yargs": "^16.2.0"
}
}