mirror of
https://github.com/LukeHagar/stats-action.git
synced 2025-12-06 04:21:26 +00:00
24 lines
545 B
JSON
24 lines
545 B
JSON
{
|
|
"name": "github-profile-stats",
|
|
"private": true,
|
|
"version": "0.0.1",
|
|
"dependencies": {
|
|
"@actions/core": "^1.10.1",
|
|
"@actions/github": "^6.0.0",
|
|
"@octokit/action": "^6.0.7",
|
|
"@octokit/plugin-paginate-graphql": "^4.0.0",
|
|
"dotenv": "^16.4.5",
|
|
"octokit": "^3.1.2",
|
|
"typescript": "^5.3.3",
|
|
"vite": "^5.1.4"
|
|
},
|
|
"scripts": {
|
|
"dev": "vite build && node ./build/dist/github-profile-stats.js",
|
|
"build": "vite build"
|
|
},
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"@types/node": "^20.11.20"
|
|
}
|
|
}
|