-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 956 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
42
43
44
{
"name": "connectbox",
"version": "1.1.0",
"description": "API wrapper for the Connect Box (modem/router)",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": "katercolin@gmail.com",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/nightf0rc3/connectbox.git"
},
"scripts": {
"build": "webpack --display-error-details"
},
"files": [
"README.md",
"dist/"
],
"keywords": [
"connectbox",
"router",
"modem",
"api",
"unitymedia"
],
"dependencies": {
"axios": "^0.19.0",
"xml2js": "^0.4.23"
},
"devDependencies": {
"@types/node": "^9.6.4",
"@types/xml2js": "^0.4.5",
"eslint": "^5.3.0",
"ts-loader": "5.2.2",
"tslib": "~1.7.1",
"tslint-config-airbnb": "^5.9.2",
"tsutils": "^2.26.1",
"typescript": "^2.8.1",
"uglifyjs-webpack-plugin": "1.3.0",
"webpack": "^4.41.4",
"webpack-cli": "3.1.0"
}
}