reviewbot

Source code for the is-a.dev r...
Log | Files | Refs | README | LICENSE

package.json (804B)


      1 {
      2   "name": "reviewbot",
      3   "private": true,
      4   "version": "1.7.1",
      5   "type": "module",
      6   "description": "An app to assist in the review process of is-a-dev",
      7   "author": "iostpa",
      8   "scripts": {
      9     "server": "node src",
     10     "lint": "eslint src",
     11     "prettier": "pnx prettier src --write"
     12   },
     13   "devDependencies": {
     14     "@eslint/js": "^10.0.1",
     15     "eslint": "^10.7.0",
     16     "globals": "^17.7.0",
     17     "prettier": "3.9.5",
     18     "smee-client": "^5.0.0"
     19   },
     20   "dependencies": {
     21     "@fastify/middie": "^9.3.3",
     22     "@octokit/auth-app": "^8.2.0",
     23     "@octokit/core": "^7.0.6",
     24     "@octokit/webhooks": "^14.2.0",
     25     "@sentry/node": "^10.65.0",
     26     "better-sqlite3": "^12.11.1",
     27     "cron": "^4.4.0",
     28     "dotenv": "^17.4.2",
     29     "fastify": "^5.10.0",
     30     "mariadb": "^3.5.3",
     31     "octokit": "^5.0.5"
     32   }
     33 }
© notamitgamer • Site Built: 2026-07-21 13:58:23 UTC • git-mirror commit: 1037f62 [view raw info]
Originally created with stagit • modified by notamitgamer
Forked from github.com/notamitgamer/git-mirror