-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
36 lines (36 loc) · 939 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
{
"name": "medisana-ks250-adapter",
"display_name": "Medisana KS 250",
"version": "0.1.6",
"description": "Connect your Medisana KS 250 (kitchen scale)",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc -p ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/tim-hellhake/medisana-ks250-adapter.git"
},
"author": "Tim Hellhake",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/tim-hellhake/medisana-ks250-adapter/issues"
},
"homepage": "https://github.com/tim-hellhake/medisana-ks250-adapter#readme",
"files": [
"LICENSE",
"SHA256SUMS",
"manifest.json",
"lib/index.js",
"lib/medisana-ks250-adapter.js"
],
"dependencies": {
"@abandonware/noble": "1.9.2-10"
},
"devDependencies": {
"@types/noble": "0.0.40",
"@types/node": "^14.11.8",
"typescript": "^4.0.3"
}
}