-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 941 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 941 Bytes
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
{
"name": "fritzsmartapi",
"version": "0.7.0",
"description": "node.js module for Fritzbox Smart Home API (AHA-HTTP-Interface)",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SheepCreativeSoftware/fritzSmartAPI.git"
},
"keywords": [
"api",
"fritzbox",
"dect",
"aha-http",
"interface",
"smart-home"
],
"author": "Marina Egner <marinafcegner@sheepcreativestudios.de> (https://sheepcreativestudios.de/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/SheepCreativeSoftware/fritzSmartAPI/issues"
},
"homepage": "https://github.com/SheepCreativeSoftware/fritzSmartAPI#readme",
"devDependencies": {
"eslint": "^8.32.0",
"expect.js": "^0.3.1",
"mocha": "^10.2.0"
},
"type": "module",
"dependencies": {
"fast-xml-parser": "^4.0.14"
},
"engines": {
"node": ">=18.0.0"
}
}