-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 1 KB
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 1 KB
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
{
"name": "github-profilemd-generater",
"version": "2.0.0",
"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.",
"type": "module",
"main": "src/index.js",
"scripts": {
"build": "ncc build src/index.js -o dist --source-map --license licenses.txt && node scripts/postbuild.mjs",
"test": "node --test",
"all": "npm run test && npm run build"
},
"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": "^3.0.1",
"axios": "^1.17.0",
"d3": "^7.9.0",
"jsdom": "^28.0.0",
"number-abbreviate": "^2.0.0"
},
"devDependencies": {
"@vercel/ncc": "^0.44.0"
}
}