forked from Salamek/huawei-lte-api-ts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.06 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
{
"name": "huawei-lte-api",
"version": "0.0.5",
"description": "API For huawei LAN/WAN LTE Modems",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"prepare": "npm run build",
"build": "tsc",
"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"
],
"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",
"eslint": "^7.11.0",
"typescript": "^4.0.3"
},
"dependencies": {
"axios": "^0.24.0",
"axios-cookiejar-support": "^1.0.0",
"crypto-js": "^4.0.0",
"form-data": "^3.0.0",
"tough-cookie": "^4.0.0",
"xml2js": "^0.4.23"
}
}