-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 925 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
{
"name": "repo-mgmt",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "DEBUG=repo-mgmt:* node ./bin/www",
"debug": "DEBUG=* node ./bin/www"
},
"description": "A simple tool for managing a lot of GitHub repositories. More coming soon.",
"author": "Paul Schaefer <[email protected]> (https://paulmakesthe.net/)",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/pschfr/repo-mgmt.git"
},
"bugs": {
"url": "https://github.com/pschfr/repo-mgmt/issues"
},
"homepage": "https://github.com/pschfr/repo-mgmt",
"dependencies": {
"@octokit/rest": "^16.27.0",
"@primer/css": "^12.2.2",
"cookie-parser": "~1.4.3",
"debug": "~4.1.1",
"dotenv": "^8.0.0",
"express": "~4.17.0",
"http-errors": "~1.7.2",
"morgan": "~1.9.0",
"node-sass-middleware": "0.11.0",
"octicons": "^8.5.0",
"pug": "^2.0.3"
}
}