reviewbot

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

root / package.json

package.json (862B)


      1 {
      2   "name": "reviewbot",
      3   "private": true,
      4   "version": "1.7.5",
      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": "npx prettier src --write"
     12   },
     13   "devDependencies": {
     14     "@eslint/js": "^10.0.1",
     15     "eslint": "^10.8.0",
     16     "globals": "^17.9.0",
     17     "prettier": "3.9.6",
     18     "smee-client": "^5.0.0"
     19   },
     20   "dependencies": {
     21     "@fastify/middie": "^9.3.3",
     22     "@octokit/auth-app": "^8.3.0",
     23     "@octokit/core": "^7.0.7",
     24     "@octokit/webhooks": "^14.2.0",
     25     "@sentry/node": "^10.69.0",
     26     "better-sqlite3": "^13.0.2",
     27     "cron": "^4.4.0",
     28     "dotenv": "^17.4.2",
     29     "fastify": "^5.11.2",
     30     "mariadb": "^3.5.3",
     31     "octokit": "^5.0.5"
     32   },
     33   "allowScripts": {
     34     "better-sqlite3@13.0.2": true
     35   }
     36 }
© notamitgamer • Site Built: 2026-09-05 01:53:16 UTC • git-mirror commit: c170d72 [view raw info]
Originally created with stagit • modified by notamitgamer
Forked from github.com/notamitgamer/git-mirror