-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 885 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
{
"name": "github-profilemd-generater",
"version": "0.0.1",
"description": "Github-profilemd-generater is a tool work on github action to scan and analyze your github account, then generated as a README.md file.",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kwangsing3/github-profilemd-Generater.git"
},
"author": "kwangsing3",
"license": "MIT",
"bugs": {
"url": "https://github.com/kwangsing3/github-profilemd-Generater/issues"
},
"homepage": "https://github.com/kwangsing3/github-profilemd-Generater#readme",
"dependencies": {
"@actions/core": "^1.9.1",
"@octokit/core": "^3.5.1",
"@vercel/ncc": "^0.29.2",
"axios": "^0.21.2",
"d3": "^7.6.1",
"jsdom": "^17.0.0",
"number-abbreviate": "^2.0.0"
}
}