{
  "name": "@constructive-io/knative-job-service",
  "version": "3.0.4",
  "description": "knative job service",
  "author": "Constructive <developers@constructive.io>",
  "homepage": "https://github.com/constructive-io/jobs/tree/master/packages/knative-job-service#readme",
  "license": "SEE LICENSE IN LICENSE",
  "main": "index.js",
  "module": "esm/index.js",
  "types": "index.d.ts",
  "directories": {
    "lib": "src",
    "test": "__tests__"
  },
  "bin": {
    "faas-job-service": "run.js"
  },
  "publishConfig": {
    "access": "public",
    "directory": "dist"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/constructive-io/jobs"
  },
  "scripts": {
    "clean": "makage clean",
    "prepack": "npm run build",
    "build": "makage build",
    "build:dev": "makage build --dev",
    "start": "node dist/run.js",
    "dev": "ts-node --transpile-only src/run.ts",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:debug": "node --inspect node_modules/.bin/jest --runInBand"
  },
  "bugs": {
    "url": "https://github.com/constructive-io/jobs/issues"
  },
  "devDependencies": {
    "@constructive-io/graphql-server": "^5.0.4",
    "@constructive-io/graphql-types": "^3.15.0",
    "@constructive-io/postmaster": "^1.16.1",
    "@pgpm/database-jobs": "^0.18.0",
    "@pgpm/inflection": "^0.18.0",
    "@pgpm/metaschema-modules": "^0.21.1",
    "@pgpm/metaschema-schema": "^0.18.0",
    "@pgpm/services": "^0.18.0",
    "@pgpm/types": "^0.18.0",
    "@pgpm/verify": "^0.18.0",
    "@pgpmjs/core": "^7.2.2",
    "@types/supertest": "^7.2.0",
    "makage": "^0.3.0",
    "pgsql-test": "^5.0.4",
    "supertest": "^7.2.2",
    "ts-node": "^10.9.2"
  },
  "dependencies": {
    "@constructive-io/job-pg": "^2.16.2",
    "@constructive-io/job-scheduler": "^2.16.2",
    "@constructive-io/job-utils": "^2.16.2",
    "@constructive-io/knative-job-fn": "^1.14.0",
    "@constructive-io/knative-job-server": "^2.16.2",
    "@constructive-io/knative-job-worker": "^3.0.4",
    "@constructive-io/send-email-fn": "^1.17.2",
    "@constructive-io/send-verification-link-fn": "^2.17.2",
    "@pgpmjs/env": "^2.28.2",
    "@pgpmjs/logger": "^2.14.0",
    "async-retry": "1.3.3",
    "pg": "8.21.0"
  },
  "gitHead": "d48f39ebd4b7dcbab22df7c57438c06efd9e223d"
}
