cleanup, add InstallationToken type

This commit is contained in:
ssalbdivad
2025-09-23 12:48:35 -04:00
parent f2a1c3c1bb
commit e13c5eed00
13 changed files with 127 additions and 144 deletions
+3 -1
View File
@@ -22,10 +22,12 @@
"build:npm": "zshy",
"build:dev": "node esbuild.config.js",
"prepare": "husky",
"play": "tsx play.ts"
"play": "node play.ts",
"upDeps": "pnpm up --latest"
},
"dependencies": {
"@actions/core": "^1.11.1",
"@octokit/webhooks-types": "^7.6.1",
"dotenv": "^17.2.2",
"execa": "^9.6.0",
"table": "^6.9.0"