forked from vn7n24fzkq/github-profile-summary-cards
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 790 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
{
"name": "github-profile-summary-cards",
"version": "0.2.6",
"description": "Generate github profile summary cards",
"main": "src/app.js",
"scripts": {
"run": "node src/app.js",
"build": "ncc build src/app.js",
"test": "jest --passWithNoTests "
},
"keywords": [
"github"
],
"author": "vn7 <[email protected]>",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.2.6",
"@actions/github": "^4.0.0",
"axios": "^0.21.1",
"childprocess": "^2.0.2",
"d3": "^5.16.0",
"dotenv": "^8.2.0",
"jsdom": "^16.4.0",
"moment": "^2.27.0",
"number-abbreviate": "^2.0.0"
},
"devDependencies": {
"axios-mock-adapter": "^1.18.2",
"jest": "^26.4.2",
"pre-commit": "^1.2.2"
},
"pre-commit": [
"test"
]
}