-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 999 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
{
"name": "@hyperqube/vsphere-soap",
"version": "1.0.8",
"description": "Typescript client for vSphere's SOAP API",
"license": "UNLICENSED",
"repository": "https://github.com/hyperqube-io/vsphere-soap",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"generate": "ts-node src/generate src/types.ts",
"lint": "eslint --ext .ts src"
},
"dependencies": {
"cookie": "^0.4.1",
"lodash": "^4.17.21",
"soap": "^0.36.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/cookie": "^0.4.0",
"@types/lodash": "^4.14.168",
"@types/node": "^14.14.35",
"@types/request": "^2.48.5",
"@types/sax": "^1.2.1",
"@types/uuid": "^8.3.0",
"@typescript-eslint/eslint-plugin": "^4.18.0",
"@typescript-eslint/parser": "^4.18.0",
"eslint": "^7.22.0",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-simple-import-sort": "^7.0.0",
"ts-node": "^9.1.1",
"typescript": "^4.2.3"
}
}