forked from microsoft/tfs-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 1.87 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "tfx-cli",
"version": "0.6.3",
"description": "CLI for Azure DevOps Services and Team Foundation Server",
"repository": {
"type": "git",
"url": "https://github.com/Microsoft/tfs-cli"
},
"main": "./_build/tfx-cli.js",
"preferGlobal": true,
"bin": {
"tfx": "./_build/tfx-cli.js"
},
"scripts": {
"clean": "rimraf _build",
"build": "tsc -p .",
"postbuild": "ncp app/tfx-cli.js _build/tfx-cli.js && ncp package.json _build/package.json && ncp app/exec/build/tasks/_resources _build/exec/build/tasks/_resources",
"prepublish": "npm run build"
},
"dependencies": {
"app-root-path": "1.0.0",
"archiver": "2.0.3",
"async": "^1.4.0",
"clipboardy": "~1.2.3",
"colors": "~1.3.0",
"glob": "7.1.2",
"json-in-place": "^1.0.1",
"jszip": "~3.1.5",
"lodash": "~4.17.0",
"minimist": "^1.1.2",
"mkdirp": "^0.5.1",
"onecolor": "^2.5.0",
"os-homedir": "^1.0.1",
"prompt": "^0.2.14",
"read": "^1.0.6",
"shelljs": "^0.5.1",
"tmp": "0.0.26",
"tracer": "0.7.4",
"util.promisify": "^1.0.0",
"uuid": "^3.0.1",
"validator": "^3.43.0",
"vso-node-api": "^5.0.0",
"winreg": "0.0.12",
"xml2js": "^0.4.16"
},
"devDependencies": {
"@types/clipboardy": "~1.1.0",
"@types/glob": "^5.0.29",
"@types/jszip": "~3.1.2",
"@types/lodash": "~4.14.110",
"@types/mkdirp": "^0.3.28",
"@types/node": "~8.5.1",
"@types/shelljs": "^0.3.30",
"@types/uuid": "^2.0.29",
"@types/validator": "^4.5.27",
"@types/winreg": "^1.2.29",
"@types/xml2js": "0.0.27",
"ncp": "^2.0.0",
"rimraf": "^2.6.1",
"typescript": "~2.6.2",
"webpack": "^1.13.2"
},
"engines": {
"npm": ">=8.0.0"
},
"author": "Microsoft Corporation",
"contributors": [
{
"email": "[email protected]",
"name": "Trevor Gau"
}
],
"license": "MIT"
}