-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.72 KB
/
Copy pathpackage.json
File metadata and controls
70 lines (70 loc) · 1.72 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
{
"name": "@pnp/action-cli-deploy",
"version": "1.0.0",
"description": "GitHub Action to deploy an app using Office 365 CLI",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "ncc build src\\main.ts"
},
"author": "Tatti, Anoop <anoop@live.co.uk>",
"maintainers": [
{
"name": "Waldek Mastykarz",
"email": "waldek@mastykarz.nl",
"web": "https://blog.mastykarz.nl"
},
{
"name": "Velin Georgiev",
"email": "velin.georgiev@gmail.com",
"web": "https://blog.velingeorgiev.com"
},
{
"name": "Garry Trinder",
"email": "garry.trinder@live.com",
"web": "https://garrytrinder.github.io/"
}
],
"contributors": [
"Georgiev, Velin <velin.georgiev@gmail.com>",
"Mastykarz, Waldek <waldek@mastykarz.nl>",
"Tatti, Anoop <anoop@live.co.uk>",
"Trinder, Garry <garry.trinder@live.com>"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/pnp/action-cli-deploy.git"
},
"homepage": "https://pnp.github.io/action-cli-deploy/",
"bugs": {
"url": "https://github.com/pnp/action-cli-deploy/issues"
},
"keywords": [
"GitHub action",
"office 365",
"sharepoint framework",
"o365",
"spfx",
"sharepoint online",
"sharepoint",
"microsoft teams",
"microsoft graph",
"microsoft flow",
"azure active directory",
"azure ad",
"azure",
"microsoft"
],
"dependencies": {
"@actions/core": "^1.2.1",
"@actions/exec": "^1.0.3",
"@actions/io": "^1.0.2"
},
"devDependencies": {
"@zeit/ncc": "^0.21.0",
"tslint": "^5.20.1",
"typescript": "^3.7.4",
"@types/node": "^13.1.6"
}
}