forked from microsoft/appcenter-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
147 lines (147 loc) · 4.22 KB
/
Copy pathpackage.json
File metadata and controls
147 lines (147 loc) · 4.22 KB
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
147
{
"name": "appcenter-cli",
"version": "2.5.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 lint && gulp build:raw",
"lint": "eslint \"bin/**/*.js\" \"src/**/*.ts\" \"scripts/**/*.js\" \"test/**/*.ts\"",
"lint-fix": "npm run lint -- --fix",
"test": "npm run lint && 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",
"autorest:gen": "node --max-old-space-size=16384 node_modules/autorest/dist/app.js --debug swagger/readme.md",
"clean": "gulp clean",
"prepublishOnly": "npm run lint && gulp prepublish",
"download-swagger": "gulp download-swagger",
"prettier": "prettier --write \"**/*.+(js|ts)\""
},
"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/chai": "4.2.11",
"@types/chai-as-promised": "7.1.2",
"@types/debug": "4.1.5",
"@types/from2": "2.3.0",
"@types/glob": "7.1.1",
"@types/inquirer": "6.5.0",
"@types/jsonwebtoken": "8.3.9",
"@types/lodash": "4.14.150",
"@types/minimist": "1.2.0",
"@types/mkdirp": "1.0.0",
"@types/mocha": "7.0.2",
"@types/mock-require": "2.0.0",
"@types/node": "10.*",
"@types/opener": "1.4.0",
"@types/pumpify": "1.4.1",
"@types/qs": "6.9.2",
"@types/request": "2.48.4",
"@types/rimraf": "3.0.0",
"@types/semver": "7.1.0",
"@types/sinon": "9.0.0",
"@types/split2": "2.1.6",
"@types/temp": "0.8.34",
"@types/through2": "2.0.34",
"@types/unzipper": "0.10.3",
"@types/which": "1.3.2",
"@types/wordwrap": "1.0.0",
"@types/xml2js": "0.4.5",
"@types/xmldom": "0.1.29",
"@types/yazl": "2.4.2",
"@typescript-eslint/eslint-plugin": "2.34.0",
"@typescript-eslint/parser": "2.34.0",
"autorest": "2.0.4413",
"chai": "4.2.0",
"chai-as-promised": "7.1.1",
"eslint": "6.8.0",
"eslint-config-prettier": "6.11.0",
"eslint-plugin-prettier": "3.1.3",
"eslint-plugin-security": "1.4.0",
"gulp": "4.0.2",
"gulp-clean": "0.4.0",
"gulp-sourcemaps": "2.6.5",
"gulp-typescript": "5.0.1",
"mocha": "7.1.2",
"mocha-junit-reporter": "1.23.3",
"mock-require": "3.0.3",
"nock": "12.0.3",
"prettier": "2.0.5",
"sinon": "9.0.2",
"ts-node": "8.10.1",
"typescript": "3.9.3"
},
"dependencies": {
"appcenter-file-upload-client": "0.0.24",
"azure-storage": "2.10.3",
"bplist": "0.0.4",
"chalk": "4.0.0",
"cli-spinner": "0.2.10",
"cli-table3": "0.6.0",
"date-fns": "2.14.0",
"debug": "4.1.1",
"fast-xml-parser": "3.16.0",
"from2": "2.3.0",
"glob": "7.1.6",
"gradle-to-js": "2.0.0",
"inquirer": "7.1.0",
"iso8601-duration": "1.2.0",
"jsonwebtoken": "8.5.1",
"jszip": "3.4.0",
"lodash": "4.17.15",
"minimist": "1.2.5",
"mkdirp": "1.0.4",
"ms-rest": "2.5.4",
"omelette": "0.4.12",
"opener": "1.5.1",
"p-limit": "2.3.0",
"plist": "3.0.1",
"properties": "1.2.1",
"pumpify": "2.0.1",
"qs": "6.9.4",
"request": "2.88.2",
"rimraf": "3.0.2",
"rxjs": "6.5.5",
"semver": "7.3.2",
"split2": "3.1.1",
"strip-ansi": "6.0.0",
"temp": "0.9.1",
"through2": "3.0.1",
"unzipper": "0.10.11",
"update-notifier": "4.1.0",
"uuid": "7.0.3",
"webpack-cli": "3.3.11",
"which": "2.0.2",
"wordwrap": "1.0.0",
"xcode": "3.0.0",
"xml2js": "0.4.23",
"xmldom": "0.3.0",
"yazl": "2.5.1"
}
}