forked from microsoft/appcenter-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
146 lines (146 loc) · 4.11 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
{
"name": "appcenter-cli",
"version": "2.3.3",
"description": "Command line tool for Visual Studio App Center",
"keywords": [
"microsoft",
"appcenter",
"azure"
],
"homepage": "https://github.com/Microsoft/appcenter-cli#readme",
"engine": {
"node": ">=10.0.0"
},
"main": "dist/index.js",
"bin": {
"appcenter": "./bin/appcenter.js"
},
"preferGlobal": true,
"scripts": {
"build": "npm run tslint && gulp build:raw",
"tslint": "tslint --project .",
"test": "npm run tslint && mocha --require ts-node/register ./test/**/*-test.[tj]s",
"test:ci": "mocha --require ts-node/register --reporter mocha-junit-reporter ./test/**/*-test.[tj]s",
"watch-test": "mocha --require ts-node/register ./test/**/*-test.[tj]s --watch",
"autorest:clean": "rimraf src/util/apis/generated",
"autorest": "npm run autorest:clean && node scripts/autorest.js",
"clean": "gulp clean",
"prepublishOnly": "npm run tslint && gulp prepublish",
"download-swagger": "gulp download-swagger"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Microsoft/appcenter-cli.git"
},
"author": "Microsoft",
"license": "MIT",
"bugs": {
"url": "https://github.com/Microsoft/appcenter-cli/issues"
},
"files": [
"package-lock.json",
"bin",
"dist"
],
"devDependencies": {
"@types/async": "^3.0.3",
"@types/chai": "^4.2.6",
"@types/chai-as-promised": "^7.1.2",
"@types/debug": "4.1.4",
"@types/duplexify": "^3.6.0",
"@types/from2": "^2.3.0",
"@types/glob": "^7.1.1",
"@types/inquirer": "6.0.3",
"@types/jsonwebtoken": "^8.3.5",
"@types/jszip": "^3.1.6",
"@types/lodash": "^4.14.149",
"@types/minimist": "^1.2.0",
"@types/mocha": "^5.2.7",
"@types/mock-require": "^2.0.0",
"@types/nock": "^10.0.3",
"@types/node": "^12.12.14",
"@types/node-fetch": "^2.5.4",
"@types/opener": "^1.4.0",
"@types/promptly": "^1.1.28",
"@types/pumpify": "^1.4.1",
"@types/qs": "^6.9.0",
"@types/request": "^2.48.3",
"@types/rimraf": "^2.0.3",
"@types/semver": "^6.2.0",
"@types/sinon": "^7.5.1",
"@types/split2": "^2.1.6",
"@types/temp": "^0.8.34",
"@types/through2": "^2.0.34",
"@types/unzipper": "^0.9.2",
"@types/update-notifier": "^2.5.0",
"@types/which": "^1.3.2",
"@types/xml2js": "^0.4.5",
"@types/xmldom": "^0.1.29",
"autorest": "^2.0.4407",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"gulp": "^4.0.2",
"gulp-clean": "^0.4.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-typescript": "^5.0.1",
"mocha": "^6.2.2",
"mocha-junit-reporter": "^1.23.1",
"mock-require": "^3.0.3",
"nock": "^10.0.6",
"sinon": "^7.5.0",
"ts-node": "^8.5.4",
"tslint": "^5.20.1",
"tslint-microsoft-contrib": "^6.2.0",
"tslint-no-unused-expression-chai": "^0.1.4",
"typescript": "^3.7.3"
},
"dependencies": {
"@types/mkdirp": "^0.5.2",
"@types/wordwrap": "^1.0.0",
"@types/yazl": "^2.4.2",
"appcenter-file-upload-client": "0.0.9",
"azure-storage": "^2.10.3",
"bplist": "0.0.4",
"chalk": "^2.4.2",
"cli-spinner": "^0.2.10",
"cli-table3": "^0.5.1",
"date-fns": "^1.30.1",
"debug": "^4.1.1",
"fast-xml-parser": "^3.15.0",
"from2": "^2.3.0",
"glob": "^7.1.6",
"gradle-to-js": "^2.0.0",
"inquirer": "^6.5.2",
"iso8601-duration": "^1.2.0",
"jsonwebtoken": "^8.5.1",
"jszip": "^3.2.2",
"lodash": "^4.17.15",
"minimist": "^1.2.0",
"mkdirp": "^0.5.1",
"ms-rest": "^2.5.3",
"omelette": "^0.4.12",
"opener": "^1.5.1",
"p-limit": "^2.2.1",
"plist": "^3.0.1",
"properties": "^1.2.1",
"pumpify": "^2.0.1",
"qs": "^6.9.1",
"request": "^2.88.0",
"rimraf": "^2.6.3",
"rxjs": "^6.5.3",
"semver": "^6.3.0",
"split2": "^3.1.1",
"strip-ansi": "^5.2.0",
"temp": "^0.9.1",
"through2": "^3.0.1",
"unzipper": "^0.10.5",
"update-notifier": "^3.0.1",
"uuid": "^3.3.3",
"webpack-cli": "^3.3.10",
"which": "^1.3.1",
"wordwrap": "^1.0.0",
"xml2js": "^0.4.22",
"xmldom": "^0.1.27",
"yazl": "^2.5.1"
}
}