forked from github/ghec-audit-log-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 912 Bytes
/
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
{
"name": "ghec-audit-log-cli",
"version": "1.0.0",
"description": "",
"main": "ghec-audit-log-cli.js",
"scripts": {
"start": "node ghec-audit-log-cli",
"lint": "./node_modules/.bin/standard"
},
"repository": {
"type": "git",
"url": "git://github.com/droidpl/ghec-audit-log-cli.git"
},
"keywords": [],
"author": {
"name": "GitHub Professional Services",
"email": "services@github.com",
"url": "https://services.github.com"
},
"contributors": [
{
"name": "Javier de Pedro López",
"email": "droidpl@github.com",
"url": "https://github.com/droidpl"
}
],
"license": "MIT",
"dependencies": {
"@octokit/graphql": "^4.3.1",
"commander": "^5.1.0",
"validate.js": "^0.13.1",
"yaml": "^1.9.2"
},
"bin": {
"ghec-audit-log-cli": "./ghec-audit-log-cli.js"
},
"devDependencies": {
"standard": "^16.0.3"
}
}