-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 996 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 996 Bytes
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
{
"name": "sponsorware-github",
"version": "1.0.0",
"description": "<h1 align=\"center\"><br/><br/>Sponsorware for Github<br/><br/></h1> <h4 align=\"center\">A small web server that automates the process of granting someone access to one or more private repositories after sponsoring your on Github.</h4>",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Neutron-Creative/Sponsorware-Github.git"
},
"author": "Neutron Creative Inc.",
"license": "GPLV3",
"bugs": {
"url": "https://github.com/Neutron-Creative/Sponsorware-Github/issues"
},
"homepage": "https://github.com/Neutron-Creative/Sponsorware-Github#readme",
"dependencies": {
"@octokit/core": "^3.2.4",
"body-parser": "^1.19.0",
"chalk": "^4.1.0",
"express": "^4.17.1",
"nodemailer": "^6.4.17",
"nodemailer-mailgun-transport": "^2.0.2",
"prompts": "^2.4.0"
}
}