-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 881 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 881 Bytes
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
{
"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.11.1",
"axios": "^1.7.7",
"d3": "^7.9.0",
"jsdom": "^24.1.3",
"number-abbreviate": "^2.0.0"
},
"devDependencies": {
"@vercel/ncc": "^0.38.3"
}
}