mirror of
https://github.com/LukeHagar/stats-action.git
synced 2025-12-06 04:21:26 +00:00
22 lines
444 B
JSON
22 lines
444 B
JSON
{
|
|
"name": "github-profile-stats",
|
|
"private": true,
|
|
"version": "0.0.6",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@actions/core": "^1.10.1",
|
|
"@actions/github": "^6.0.0",
|
|
"@octokit/action": "^6.0.7",
|
|
"dotenv": "^16.4.5",
|
|
"octokit": "^3.1.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bun": "latest"
|
|
},
|
|
"scripts": {
|
|
"start": "bun run src/index.ts",
|
|
"test": "bun test",
|
|
"typecheck": "bun x tsc --noEmit"
|
|
}
|
|
}
|