-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 1 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
{
"name": "github-organization-inviter",
"version": "1.0.0",
"description": "**Automate the addition of users to your organization** by hosting a web-app to allow people to click and recieve invitation to your Github Organization.",
"engines": {
"node": "14.16.1"
},
"main": "main.js",
"dependencies": {
"@octokit/rest": "^18.6.6",
"body-parser": "^1.19.0",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"express-ip": "^1.0.4",
"snyk": "^1.685.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node -r dotenv/config main.js",
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fnplus/github-org-inviter.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/fnplus/github-org-inviter/issues"
},
"homepage": "https://github.com/fnplus/github-org-inviter#readme",
"snyk": true
}