Files
stats-action/package.json
2024-02-28 09:39:08 -05:00

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"
}
}