forked from bokub/github-stats-box
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 937 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
34
35
36
37
38
{
"name": "github-stats-box",
"version": "1.0.0",
"description": "Update a gist to contain your GitHub stats",
"author": "bokub",
"license": "MIT",
"repository": "bokub/github-stats-box",
"main": "index.js",
"scripts": {
"start": "node index.js",
"prettier": "prettier --write **/*.{js,md,json,yml}",
"prepare": "husky install"
},
"bin": {
"github-stats-box": "index.js"
},
"keywords": [
"gist",
"pinned",
"action",
"github",
"stats",
"box"
],
"dependencies": {
"@octokit/request": "^6.2.2",
"axios": "^0.27.2",
"dotenv": "^16.0.3",
"numeral": "^2.0.6"
},
"devDependencies": {
"@bokub/prettier-config": "^1.1.0",
"husky": "^8.0.0",
"prettier": "^2.8.1",
"pretty-quick": "^3.1.3"
},
"prettier": "@bokub/prettier-config"
}