-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
43 lines (43 loc) · 946 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
{
"name": "vodafone-station",
"version": "1.1.0",
"description": "API wrapper for the Vodafone Station (ARRIS TG3442DE)",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": "katercolin@gmail.com",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/nightf0rc3/vodafone-station.git"
},
"scripts": {
"build": "webpack --display-error-details"
},
"files": [
"README.md",
"dist/"
],
"keywords": [
"vodafone",
"router",
"modem",
"api",
"vodafoneStation"
],
"dependencies": {
"axios": "^0.19.0",
"sjcl": "^1.0.8"
},
"devDependencies": {
"@types/node": "^13.9.1",
"eslint": "^5.3.0",
"ts-loader": "6.2.1",
"tslib": "~1.11.1",
"tslint-config-airbnb": "^5.9.2",
"tsutils": "^3.17.1",
"typescript": "^3.8.3",
"uglifyjs-webpack-plugin": "1.3.0",
"webpack": "^4.41.4",
"webpack-cli": "3.1.0"
}
}