forked from pnp/cli-microsoft365
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
235 lines (235 loc) · 8.38 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
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
{
"name": "@pnp/cli-microsoft365",
"version": "5.2.0",
"description": "Manage Microsoft 365 and SharePoint Framework projects on any platform",
"license": "MIT",
"main": "./dist/api.js",
"typings": "./dist/api.d.ts",
"bin": {
"m365": "./dist/index.js",
"m365_comp": "./dist/autocomplete.js",
"microsoft365": "./dist/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pnp/cli-microsoft365.git"
},
"homepage": "https://pnp.github.io/cli-microsoft365/",
"bugs": {
"url": "https://github.com/pnp/cli-microsoft365/issues"
},
"scripts": {
"build": "tsc -p . && node scripts/copy-files.js",
"watch": "tsc -w -p .",
"clean": "rimraf ./dist",
"test": "npm run test:version && npm run lint && npm run test:cov",
"test:version": "node scripts/check-version.js",
"test:cov": "c8 npm run test:test",
"test:test": "mocha \"dist/**/*.spec.js\" --timeout 10000",
"lint": "eslint --ext .ts src"
},
"keywords": [
"office 365",
"microsoft 365",
"sharepoint framework",
"o365",
"m365",
"spfx",
"sharepoint online",
"sharepoint",
"microsoft teams",
"microsoft graph",
"microsoft flow",
"azure active directory",
"azure ad",
"azure",
"microsoft"
],
"author": "https://github.com/pnp/cli-microsoft365/graphs/contributors",
"maintainers": [
{
"name": "Waldek Mastykarz",
"email": "[email protected]",
"web": "https://blog.mastykarz.nl"
},
{
"name": "Velin Georgiev",
"email": "[email protected]",
"web": "https://blog.velingeorgiev.com"
},
{
"name": "Garry Trinder",
"email": "[email protected]",
"web": "https://garrytrinder.github.io/"
},
{
"name": "Albert-Jan Schot",
"email": "[email protected]",
"web": "https://www.cloudappie.nl/"
},
{
"name": "Rabia Williams",
"email": "[email protected]",
"web": "https://rabiawilliams.com/"
},
{
"name": "Patrick Lamber",
"email": "[email protected]",
"web": "https://www.nubo.eu/"
},
{
"name": "Arjun Menon",
"email": "[email protected]",
"web": "https://arjunumenon.com/"
}
],
"contributors": [
"Ågren, Simon <[email protected]>",
"Akash Karda <[email protected]>",
"Albany, Bruce <[email protected]>",
"Auckloo, Reshmee <[email protected]>",
"Balasubramaniam, Jayakumar <[email protected]>",
"Bauer, Stefan <[email protected]>",
"Bernier, Hugo <[email protected]>",
"Bewernitz, Christian <[email protected]>",
"Bhardwaj, Aakash <[email protected]>",
"Biret, Vincent <[email protected]>",
"Biro, Peter <[email protected]>",
"Bloemsma, Arjen <[email protected]>",
"Brouwers, Stijn <[email protected]>",
"Calabro, David <[email protected]>",
"Connell, Andrew <[email protected]>",
"Deshpande, Vardhaman <[email protected]>",
"Dyjas, Robert <[email protected]>",
"Faleel, Mohamed Ashiq <[email protected]>",
"Ford, Lee <[email protected]>",
"Freese, Luise <[email protected]>",
"Georgiev, Velin <[email protected]>",
"Ghuge, Pramod <[email protected]>",
"Gölles, Thomas <[email protected]>",
"Hagström, Joakim <[email protected]>",
"Harding, Phil <[email protected]>",
"Hawrylak, Paweł <[email protected]>",
"Holemans, Milan <[email protected]>",
"Högberg, Joakim <[email protected]>",
"Hvam, Allan <[email protected]>",
"Jaakke, Robert <[email protected]>",
"John Rafael <[email protected]>",
"Kailasam, Balamurugan <[email protected]>",
"Kasireddy, Prasad <[email protected]>",
"Keijzers, Paul <[email protected]>",
"Kelkar, Vipul <[email protected]>",
"Kesavanarayanan, Sudharsan <[email protected]>",
"Khalil, Bassem <[email protected]>",
"Kumar, Shantha <[email protected]>",
"Lamber, Patrick <[email protected]>",
"Laskewitz, Daniel <[email protected]>",
"Lengelle, Veronique <[email protected]>",
"Levert, Sebastien <[email protected]>",
"Lingstuyl, Martin <[email protected]>",
"Maillot, Michaël <[email protected]>",
"Mastykarz, Waldek <[email protected]>",
"McDonnell, Kevin <[email protected]>",
"Menon, Arjun <[email protected]>",
"Moujahid, Abderahman <[email protected]>",
"Mücklisch, Steve <[email protected]>",
"Nachan, Nanddeep <[email protected]>",
"Nachan, Smita <[email protected]>",
"Nikolić, Aleksandar <[email protected]>",
"Patil, Atharva <[email protected]>",
"Plenevaux, Yannick <[email protected]>",
"Powney, Mark <[email protected]>",
"pramod74 <[email protected]>",
"Priem, Mark <[email protected]>",
"Raju, Arnie <[email protected]>",
"Ramalho, David <[email protected]>",
"Reekmans, Yannick <[email protected]>",
"Romano, Rodrigo <[email protected]>",
"Romão, Douglas <[email protected]>",
"Rozinov, Roman <[email protected]>",
"Schaeflein, Paul <[email protected]>",
"Schot, Albert-Jan <[email protected]>",
"Schouten, Robert <[email protected]>",
"Schütze, Sebastian <[email protected]>",
"Shafi, Danish <[email protected]>",
"Shah, Dipen <[email protected]>",
"Siatka, Piotr <[email protected]>",
"Sinha, Kislay <[email protected]>",
"Sitaraman, Rajesh <[email protected]>",
"Sittler, Laurent <[email protected]>",
"Skelly, Pete <[email protected]>",
"strafe <[email protected]>",
"Struyf, Elio <[email protected]>",
"Svenson, Mikael <[email protected]>",
"Tane, Peter <[email protected]>",
"Tatti, Anoop <[email protected]>",
"Thangavel, Sekar <[email protected]>",
"Thorild, Fredrik <[email protected]>",
"Trinder, Garry <[email protected]>",
"Vaghasia, Siddharth <[email protected]>",
"van Dijk, Mark <[email protected]>",
"van Hunen, Erwin <[email protected]>",
"van Iersel, Cas <[email protected]>",
"van Rousselt, Rick <[email protected]>",
"Velliah, Joseph <[email protected]>",
"Waegebaert, Jasey <[email protected]>",
"Wilen, Wictor <[email protected]>",
"Williams, Rabia <[email protected]>",
"Wojcik, Adam <[email protected]>"
],
"dependencies": {
"@azure/msal-node": "^1.6.0",
"@xmldom/xmldom": "^0.7.5",
"adaptive-expressions": "^4.15.0",
"adaptivecards": "^2.10.0",
"adaptivecards-templating": "^2.2.0",
"adm-zip": "^0.5.9",
"applicationinsights": "^2.2.2",
"axios": "^0.26.0",
"chalk": "^4.1.2",
"clipboardy": "^2.3.0",
"csv-stringify": "^6.0.5",
"easy-table": "^1.2.0",
"inquirer": "^8.2.0",
"jmespath": "^0.16.0",
"json-to-ast": "^2.1.0",
"minimist": "^1.2.5",
"node-forge": "^1.2.1",
"omelette": "^0.4.17",
"open": "^8.4.0",
"semver": "^7.3.4",
"strip-json-comments": "^3.1.1",
"typescript": "^4.6.2",
"update-notifier": "^5.1.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"@microsoft/microsoft-graph-types": "^2.16.0",
"@types/adm-zip": "^0.4.34",
"@types/inquirer": "^8.2.0",
"@types/jmespath": "^0.15.0",
"@types/json-to-ast": "^2.1.2",
"@types/minimist": "^1.2.2",
"@types/mocha": "^9.1.0",
"@types/node": "^16.11.26",
"@types/node-forge": "^1.0.0",
"@types/semver": "^7.3.9",
"@types/sinon": "^10.0.11",
"@types/update-notifier": "^5.1.0",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^5.13.0",
"@typescript-eslint/parser": "^5.13.0",
"c8": "^7.11.0",
"coveralls": "^3.1.1",
"eslint": "^8.10.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-cli-microsoft365": "file:eslint-rules",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.0.0",
"mocha": "^9.2.1",
"rimraf": "^3.0.2",
"sinon": "^13.0.1",
"source-map-support": "^0.5.21"
}
}