{
  "name": "@magda/minion-framework",
  "description": "MAGDA Minion Framework",
  "version": "6.0.0-alpha.14",
  "type": "module",
  "exports": {
    ".": "./dist/index.js",
    "./package.json": "./package.json",
    "./dist/*.js": "./dist/*.js"
  },
  "engines": {
    "node": ">=22.0.0"
  },
  "scripts": {
    "prebuild": "rimraf dist tsconfig.tsbuildinfo",
    "build": "yarn run compile",
    "compile": "tsc -b && ts-module-alias-transformer dist",
    "watch": "tsc -b --watch",
    "test": "mocha",
    "release": "npm publish || echo \"Skip releasing npm package @magda/minion-framework.\""
  },
  "author": "",
  "license": "Apache-2.0",
  "devDependencies": {
    "@magda/scripts": "^6.0.0-alpha.14",
    "@types/chai": "^4.3.11",
    "@types/express": "^4.17.21",
    "@types/lodash": "^4.14.68",
    "@types/mocha": "^10.0.6",
    "@types/query-string": "^5.1.0",
    "@types/sinon": "^2.3.3",
    "@types/supertest": "^2.0.16",
    "@types/yargs": "^12.0.8",
    "chai": "^5.0.0-rc.0",
    "jsverify": "^0.8.2",
    "mocha": "^10.2.0",
    "mocha-testcheck": "^1.0.0-rc.0",
    "nock": "^13.4.0",
    "portfinder": "^1.0.13",
    "query-string": "^6.1.0",
    "sinon": "^2.4.1",
    "supertest": "^6.3.3",
    "testcheck": "^1.0.0-rc.2",
    "typescript": "~5.3.3"
  },
  "dependencies": {
    "@magda/esm-utils": "^1.0.1",
    "@magda/registry-aspects": "^6.0.0-alpha.14",
    "@magda/typescript-common": "^6.0.0-alpha.14",
    "cross-fetch": "^4.0.0",
    "express": "^4.21.2",
    "lodash": "^4.17.4",
    "yargs": "^12.0.5"
  },
  "mocha": {
    "import": "tsx/esm",
    "spec": [
      "src/test/**/*.spec.ts"
    ]
  },
  "config": {
    "docker": {
      "include": "node_modules dist package.json"
    }
  },
  "magda": {
    "language": "typescript",
    "categories": {
      "minion": true,
      "library": true,
      "npmPackage": true
    }
  },
  "_moduleMappings": {
    "magda-typescript-common/src": "@magda/typescript-common/dist"
  },
  "files": [
    "dist"
  ]
}
