-
-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
54 lines (54 loc) · 1.37 KB
/
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
45
46
47
48
49
50
51
52
53
54
{
"name": "huawei-lte-api",
"version": "0.1.1",
"description": "API For huawei LAN/WAN LTE Modems",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"prepare": "npm run build",
"build": "tsc && webpack",
"lint": "eslint . --ext .ts",
"lint-and-fix": "eslint . --ext .ts --fix",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Salamek/huawei-lte-api-ts"
},
"keywords": [
"Huawei LTE",
"API"
],
"files": [
"dist",
"dist.browser"
],
"author": "Adam Schubert <[email protected]>",
"license": "LGPL-3.0",
"devDependencies": {
"@types/crypto-js": "^4.0.0",
"@types/tough-cookie": "^4.0.0",
"@types/xml2js": "^0.4.9",
"@typescript-eslint/eslint-plugin": "^4.4.0",
"@typescript-eslint/parser": "^4.4.0",
"buffer": "^6.0.3",
"eslint": "^7.11.0",
"path-browserify": "^1.0.1",
"stream-browserify": "^3.0.0",
"timers-browserify": "^2.0.12",
"ts-loader": "^9.2.6",
"typescript": "^4.0.3",
"url": "^0.11.0",
"util": "^0.12.4",
"webpack": "^5.69.0",
"webpack-cli": "^4.9.2"
},
"dependencies": {
"axios": "0.25.0",
"axios-cookiejar-support": "^2.0.3",
"crypto-js": "^4.0.0",
"form-data": "^3.0.0",
"tough-cookie": "^4.0.0",
"xml2js": "^0.4.23"
}
}