-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
36 lines (36 loc) · 983 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
{
"name": "github-membership-audit",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node src/index.js",
"build": "ncc build src/index.js --minify",
"lint": "npx prettier ./src/*.js --check",
"lint:fix": "npx prettier ./src/*.js --write"
},
"repository": {
"type": "git",
"url": "git+https://github.com/svanboxel/org-audit-action.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/svanboxel/org-audit-action/issues"
},
"homepage": "https://github.com/svanboxel/org-audit-action#readme",
"dependencies": {
"@actions/artifact": "^0.1.0",
"@actions/core": "^1.2.2",
"@actions/github": "^2.1.1",
"@octokit/graphql": "^4.3.1",
"@octokit/rest": "^17.0.0",
"csv-to-markdown-table": "1.1.0",
"csv2md": "^1.1.0"
},
"devDependencies": {
"prettier": "1.19.1"
}
}