Files
stats-action/package.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"
}
}