{
  "name": "leancloud-cloud-decorator",
  "version": "1.55.0",
  "description": "",
  "engines": {
    "node": ">=24 <25"
  },
  "main": "dist/index.js",
  "scripts": {
    "build": "tsc -p .",
    "dev": "tsc -p . -w",
    "release-minor": "npm run build && git add -A && git commit -m \"auto release\" && npm version minor -f && git push && npm publish",
    "release-patch": "npm run build && git add -A && git commit -m \"auto release\" && npm version patch -f && git push && npm publish"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/paraself/leancloud-cloud-decorator.git"
  },
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/paraself/leancloud-cloud-decorator/issues"
  },
  "homepage": "https://github.com/paraself/leancloud-cloud-decorator#readme",
  "dependencies": {
    "async-retry": "^1.3.1",
    "comment-parser": "^0.7.2",
    "dotenv": "^8.2.0",
    "gt3-sdk": "^2.0.0",
    "ioredis": "^5.9.2",
    "moment": "^2.24.0",
    "semver": "^6.3.0",
    "yaml": "^1.7.2"
  },
  "devDependencies": {
    "@types/async-retry": "^1.4.1",
    "@types/express": "^4.16.1",
    "@types/joi": "^14.3.3",
    "@types/lodash": "^4.14.129",
    "@types/node": "^24.10.3",
    "@types/semver": "^6.2.0",
    "leancloud-storage": "^4.1.0",
    "leanengine": "^3.4.0",
    "typedoc": "^0.14.2",
    "typescript": "^5.9.3"
  },
  "peerDependencies": {
    "joi": "^14.3.1",
    "leancloud-storage": "^4.1.0",
    "leanengine": "^3.3.3"
  },
  "bin": {
    "lcc-build": "./dist/buildSdk.js",
    "lcc-release": "./dist/releaseSdk.js",
    "lcc-dep": "./dist/buildDevDependencies.js",
    "lcc-p": "./dist/publishSdk.js",
    "lcc": "./dist/lcc.js",
    "lcc-config": "./dist/copyConfig.js",
    "lcc-cloud-id": "./dist/buildCloudID.js",
    "lcc-err-id": "./dist/buildErrorMsgID.js"
  }
}
