-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.07 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
36
37
38
39
40
41
{
"name": "zeldabot",
"version": "0.1.0",
"description": "Zeldabot creates Chingu Voyage repos in GitHub from a template repository",
"author": "Jim D. Medlock",
"license": "ISC",
"homepage": "https://github.com/chingu-x/zeldabot#readme",
"bugs": {
"url": "https://github.com/chingu-x/zeldabot/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chingu-x/zeldabot.git"
},
"keywords": [
"chingu",
"github"
],
"main": "zeldabot.js",
"scripts": {
"clone": "node zeldabot clone",
"add_issues": "node zeldabot add_issues",
"authorize": "node zeldabot authorize",
"validate": "node zeldabot validate",
"start": "node ./zeldabot"
},
"dependencies": {
"@octokit/rest": "^19.0.7",
"apollo-boost": "^0.4.9",
"apollo-link-context": "^1.0.20",
"apollo-link-schema": "^1.2.5",
"cli-progress": "^3.9.0",
"colors": "^1.4.0",
"commander": "^7.1.0",
"dotenv": "^8.2.0",
"graphql": "^15.5.0",
"graphql-tools": "^7.0.4",
"node-fetch": "^2.6.1",
"progress-barjs": "^2.2.1"
}
}