-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.09 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
{
"author": "Rostislav Hristov <[email protected]>",
"bugs": {
"url": "https://github.com/asual/vspherex/issues"
},
"devDependencies": {
"@types/node": "8.0.20",
"nock": "9.0.14",
"stdio": "0.2.7",
"tap": "10.7.1",
"tslint": "5.6.0",
"typescript": "2.4.2",
"vsphere": "vsphere-1.1.0.tgz"
},
"description": "Extension of the vSphere SDK for JavaScript",
"homepage": "https://github.com/asual/vspherex#readme",
"keywords": [
"esxi",
"javascript",
"sdk",
"vcenter",
"vsphere"
],
"license": "MIT",
"main": "dist/vspherex.js",
"name": "vspherex",
"peerDependencies": {
"vsphere": "1.x"
},
"repository": {
"type": "git",
"url": "git+https://github.com/asual/vspherex.git"
},
"scripts": {
"clear": "rm -rf **/*.js",
"build": "tsc -d -lib dom,es2017 dist/vspherex.ts && tsc -lib dom,es2017",
"lint": "tslint -e **/*.d.ts --project tsconfig.json --type-check **/*.ts",
"script": "npm run build && node",
"test": "npm run build && tap tests"
},
"types": "dist/vspherex.d.ts",
"version": "1.0.0-rc.1"
}