{
  "name": "xxl-job",
  "type": "module",
  "version": "0.1.7",
  "packageManager": "pnpm@9.12.3",
  "description": "Provide xxl-job SDK for NodeJs.",
  "author": "ikexing <ikexing@qq.com>",
  "license": "MIT",
  "homepage": "https://github.com/ikexing-cn/xxl-job-nodejs#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ikexing-cn/xxl-job-nodejs.git"
  },
  "bugs": "https://github.com/ikexing-cn/xxl-job-nodejs/issues",
  "keywords": [
    "xxljob",
    "xxl-job",
    "sdk"
  ],
  "sideEffects": false,
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "require": "./dist/index.cjs",
      "import": "./dist/index.mjs"
    }
  },
  "main": "./dist/index.mjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "typesVersions": {
    "*": {
      "*": [
        "./dist/*",
        "./dist/index.d.ts"
      ]
    }
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "unbuild",
    "dev": "unbuild --stub",
    "lint": "eslint .",
    "prepublishOnly": "nr build",
    "release": "bumpp && npm publish",
    "start": "esno src/index.ts",
    "play:express": "esno watch example/express",
    "typecheck": "tsc --noEmit"
  },
  "dependencies": {
    "axios": "1.7.4",
    "express": "5.0.0",
    "winston": "^3.8.2"
  },
  "devDependencies": {
    "@antfu/eslint-config": "^0.27.0",
    "@antfu/ni": "^0.18.0",
    "@types/express": "^4.17.14",
    "@types/node": "^18.7.20",
    "bumpp": "^8.2.1",
    "eslint": "^8.24.0",
    "esno": "^0.16.3",
    "typescript": "^4.8.3",
    "unbuild": "^0.8.11"
  }
}
