-
Notifications
You must be signed in to change notification settings - Fork 131
/
package.json
74 lines (74 loc) · 1.88 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.17.0",
"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",
"prepublishOnly": "npm run build"
},
"dependencies": {
"app-root-path": "1.0.0",
"archiver": "2.0.3",
"azure-devops-node-api": "^10.2.2",
"clipboardy": "~1.2.3",
"colors": "~1.3.0",
"glob": "7.1.2",
"jju": "^1.4.0",
"json-in-place": "^1.0.1",
"jszip": "^3.10.1",
"lodash": "^4.17.21",
"minimist": "^1.2.6",
"mkdirp": "^1.0.4",
"onecolor": "^2.5.0",
"os-homedir": "^1.0.1",
"prompt": "^1.3.0",
"read": "^1.0.6",
"shelljs": "^0.8.5",
"tmp": "0.0.26",
"tracer": "0.7.4",
"util.promisify": "^1.0.0",
"uuid": "^3.0.1",
"validator": "^13.7.0",
"winreg": "0.0.12",
"xml2js": "^0.5.0"
},
"devDependencies": {
"@types/clipboardy": "~1.1.0",
"@types/glob": "^5.0.29",
"@types/jju": "^1.4.1",
"@types/jszip": "~3.1.2",
"@types/lodash": "~4.14.110",
"@types/mkdirp": "^1.0.2",
"@types/node": "8.10.66",
"@types/shelljs": "^0.8.11",
"@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": "^3.2.2"
},
"engines": {
"node": ">=8.0.0"
},
"author": "Microsoft Corporation",
"contributors": [
{
"email": "[email protected]",
"name": "Trevor Gau"
}
],
"license": "MIT"
}