{
  "name": "voight-kampff-test",
  "type": "module",
  "version": "2.5.0",
  "description": "An open experiment in detecting automation patterns on GitHub",
  "author": "Matteo Gabriele <m.gabriele.dev@gmail.com>",
  "license": "MIT",
  "homepage": "https://github.com/MatteoGabriele/voight-kampff-test#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/MatteoGabriele/voight-kampff-test.git"
  },
  "bugs": {
    "url": "https://github.com/MatteoGabriele/voight-kampff-test/issues"
  },
  "workspaces": [
    ".",
    "playground"
  ],
  "exports": {
    ".": "./dist/index.mjs",
    "./package.json": "./package.json"
  },
  "main": "./dist/index.mjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.mts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsdown",
    "dev": "tsdown --watch",
    "test": "vitest",
    "typecheck": "tsc --noEmit",
    "add:fixture": "node scripts/fetch-github-events.js",
    "prepublishOnly": "vitest --run && pnpm run build"
  },
  "devDependencies": {
    "@faker-js/faker": "^10.3.0",
    "@octokit/types": "^16.0.0",
    "@types/node": "^25.0.3",
    "bumpp": "^10.3.2",
    "dayjs": "^1.11.20",
    "publint": "^0.3.17",
    "tsdown": "^0.18.1",
    "typescript": "^5.9.3",
    "vitest": "^4.0.16"
  }
}
