{
  "name": "{{ appName }}",
  "version": "1.0.0",
  "private": true,
  "description": "{{{ description }}}",
  "author": "{{{ author }}}",
  "license": "ISC",
  "homepage": "https://github.com/{{ owner }}/{{ repo }}",
  "keywords": [
    "probot",
    "github",
    "probot-app"
  ],
  "scripts": {
    "start": "probot run ./index.js",
    "test": "vitest"
  },
  "dependencies": {
    "probot": "^14.3.2"
  },
  "devDependencies": {
    "nock": "^14.0.12",
    "smee-client": "^5.0.0",
    "vitest": "^3.2.4"
  },
  "engines": {
    "node": "^20.18.1 || >= 22"
  },
  "type": "module"
}
