{
  "name": "nestjs-graphile-worker",
  "version": "0.9.2",
  "description": "A Nest.js wrapper for Graphile Worker",
  "author": "Alexandre Rousseau <alexandre@rsseau.fr>",
  "private": false,
  "license": "MIT",
  "homepage": "https://github.com/madeindjs/nestjs-graphile-worker",
  "bugs": {
    "url": "https://github.com/madeindjs/nestjs-graphile-worker/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/madeindjs/nestjs-graphile-worker.git"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "prebuild": "rimraf dist",
    "build": "tsc -p tsconfig.build.json",
    "prepublish:npm": "npm run build",
    "publish:npm": "npm publish --access public",
    "publish:jsr": "deno publish --unstable-sloppy-imports",
    "prerelease": "npm run build",
    "sample": "cd sample && npm install && npm run start:dev",
    "test": "node --test -r ts-node/register src/**/*.spec.ts"
  },
  "dependencies": {},
  "devDependencies": {
    "@nestjs/testing": "^10.1.2",
    "@types/node": "^20.8.0",
    "reflect-metadata": "^0.1.12",
    "rimraf": "^3.0.2",
    "ts-node": "^10.9.1",
    "typescript": "^5.4.0"
  },
  "peerDependencies": {
    "@nestjs/common": "^9.0.0 || ^10.0.0 || ^11.0.0",
    "@nestjs/core": "^9.0.0 || ^10.0.0 || ^11.0.0",
    "graphile-worker": "^0.13.0 || ^0.14.0 || ^0.15.0 || ^0.16.0 || ^0.17.0",
    "reflect-metadata": "^0.1.12 || ^0.2.2"
  }
}
