{
  "name": "@alipay/faas-biz-server-sdk",
  "version": "1.1.7",
  "description": "支付宝云开发业务 SDK(函数端)",
  "main": "dist/index.js",
  "files": [
    "dist",
    "WS.README.md"
  ],
  "scripts": {
    "build": "tsc",
    "gen": "sh resources/openapi-auto-generate/tool/generate-openapi.sh",
    "prepublishOnly": "npm run build",
    "test": "jest",
    "lint": "eslint ."
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@alipay/faas-server-utils": "^1.1.21",
    "@alipay/faas-server-sdk": "^1.1.21",
    "@types/axios": "^0.14.0",
    "axios": "^1.6.2",
    "crypto-js": "^4.1.1",
    "uuid": "^9.0.1"
  },
  "devDependencies": {
    "@types/jest": "^29.5.12",
    "jest": "^29.7.0",
    "jest-html-reporters": "^3.1.7",
    "ts-jest": "^29.1.2",
    "typescript": "^5.4.3",
    "eslint": "^8.34.0",
    "eslint-config-egg": "^12.1.0",
    "@eggjs/tsconfig": "^1.3.2"
  }
}
