{
  "name": "wuffle",
  "version": "0.77.0",
  "description": "A multi-repository task board for GitHub issues",
  "author": {
    "name": "Nico Rehwaldt",
    "url": "https://github.com/nikku"
  },
  "bin": {
    "wuffle": "bin/wuffle"
  },
  "exports": {
    ".": "./index.js",
    "./package.json": "./package.json",
    "./lib/*.js": "./lib/*.js"
  },
  "type": "module",
  "license": "MIT",
  "homepage": "https://github.com/nikku/wuffle",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nikku/wuffle.git",
    "directory": "packages/app"
  },
  "keywords": [
    "probot",
    "github",
    "probot-app",
    "github issues",
    "task board",
    "kanban board",
    "project management"
  ],
  "scripts": {
    "all": "run-s lint test",
    "dev": "nodemon",
    "start": "NODE_ENV=production node ./bin/wuffle",
    "test": "mocha -r test/helpers/globals.js 'test/**/*.js' --exit",
    "lint": "run-s lint:*",
    "lint:eslint": "eslint .",
    "lint:types": "tsc --pretty",
    "auto-test": "npm test -- --watch"
  },
  "dependencies": {
    "@aws-sdk/client-s3": "^3.1037.0",
    "@probot/pino": "^5.0.1",
    "async-didi": "^1.0.0",
    "body-parser": "^2.3.0",
    "compression": "^1.8.1",
    "dotenv": "^17.4.2",
    "express": "^5.1.0",
    "express-session": "^1.19.0",
    "fake-tag": "^5.0.0",
    "memorystore": "^1.6.8",
    "min-dash": "^5.0.0",
    "p-defer": "^4.0.1",
    "pino": "^10.3.1",
    "prexit": "^2.3.0",
    "probot": "^14.0.0",
    "smee-client": "^5.0.0",
    "yaml": "^2.9.0"
  },
  "devDependencies": {
    "@graphql-eslint/eslint-plugin": "^4.4.0",
    "@octokit/graphql-schema": "^15.25.0",
    "@types/compression": "^1.8.1",
    "@types/express": "^5.0.3",
    "@types/express-session": "^1.19.0",
    "@types/mocha": "^10.0.10",
    "@types/sinon": "^21.0.1",
    "chai": "^6.2.2",
    "graphql": "^16.14.0",
    "mocha": "^11.7.6",
    "nock": "^14.0.15",
    "nodemon": "^3.1.14",
    "npm-run-all2": "^9.0.2",
    "sinon": "^22.0.0",
    "sinon-chai": "^4.0.0",
    "typescript": "^5.9.3"
  },
  "engines": {
    "node": ">= 24"
  },
  "files": [
    "bin",
    "lib",
    "public",
    "app.yml",
    "index.js",
    "wuffle.config.example.js"
  ]
}
