-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 880 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
{
"name": "github-api-stats",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"heroku-postbuild": "NPM_CONFIG_PRODUCTION=false npm install --prefix client && npm run build --prefix client",
"start": "nodemon backend/server.js",
"client": "npm run start --prefix client",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thatkit/github-api-stats.git"
},
"author": "thatkit",
"license": "MIT",
"bugs": {
"url": "https://github.com/thatkit/github-api-stats/issues"
},
"homepage": "https://github.com/thatkit/github-api-stats#readme",
"dependencies": {
"@octokit/auth-app": "^3.6.1",
"@octokit/request": "^5.6.3",
"cross-fetch": "^3.1.5",
"dotenv": "^16.0.0",
"express": "^4.17.3",
"nodemon": "^2.0.15"
}
}