{
  "name": "@backstage/backend-tasks",
  "version": "0.6.1",
  "description": "Common distributed task management library for Backstage backends",
  "backstage": {
    "role": "node-library"
  },
  "publishConfig": {
    "access": "public",
    "main": "dist/index.cjs.js",
    "types": "dist/index.d.ts"
  },
  "keywords": [
    "backstage"
  ],
  "homepage": "https://backstage.io",
  "repository": {
    "type": "git",
    "url": "https://github.com/backstage/backstage",
    "directory": "packages/backend-tasks"
  },
  "license": "Apache-2.0",
  "main": "dist/index.cjs.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "migrations/**/*.{js,d.ts}"
  ],
  "scripts": {
    "build": "backstage-cli package build",
    "clean": "backstage-cli package clean",
    "lint": "backstage-cli package lint",
    "prepack": "backstage-cli package prepack",
    "postpack": "backstage-cli package postpack",
    "start": "backstage-cli package start",
    "test": "backstage-cli package test"
  },
  "dependencies": {
    "@backstage/backend-common": "^0.24.1",
    "@backstage/backend-plugin-api": "^0.8.1",
    "@backstage/config": "^1.2.0",
    "@backstage/errors": "^1.2.4",
    "@backstage/types": "^1.1.1",
    "@opentelemetry/api": "^1.3.0",
    "@types/luxon": "^3.0.0",
    "cron": "^3.0.0",
    "knex": "^3.0.0",
    "lodash": "^4.17.21",
    "luxon": "^3.0.0",
    "uuid": "^9.0.0",
    "zod": "^3.22.4"
  },
  "devDependencies": {
    "@backstage/backend-test-utils": "^0.5.1",
    "@backstage/cli": "^0.27.0",
    "wait-for-expect": "^3.0.2"
  }
}