{
  "name": "@alipay/faas-web-sdk",
  "version": "1.1.33",
  "description": "云函数服务 web SDK",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist/index.js",
    "dist/index.d.ts"
  ],
  "scripts": {
    "lint": "eslint src test --cache --fix --ext ts",
    "dev": "cross-env NODE_ENV=development rollup -c",
    "build": "rollup -c",
    "prepublishOnly": "npm run build",
    "test": "tnpm run build && jest --runInBand"
  },
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@alipay/faas-common-sdk": "^1.1.33",
    "crypto-js": "^4.1.1"
  },
  "devDependencies": {
    "@ali/eslint-config-mini": "^0.4.1",
    "@babel/preset-env": "^7.22.5",
    "@rollup/plugin-babel": "^6.0.3",
    "@rollup/plugin-commonjs": "^25.0.2",
    "@rollup/plugin-node-resolve": "^15.1.0",
    "@rollup/plugin-terser": "^0.4.3",
    "@rollup/plugin-typescript": "^11.1.1",
    "@types/crypto-js": "^4.1.1",
    "@types/http-server": "^0.12.1",
    "@types/jest": "^29.5.2",
    "cross-env": "^7.0.3",
    "eslint": "^8.43.0",
    "http-server": "^14.1.1",
    "jest": "^29.5.0",
    "jest-environment-jsdom": "^29.5.0",
    "jest-puppeteer": "^9.0.0",
    "mm": "^3.4.0",
    "puppeteer": "^20.7.3",
    "rollup": "^3.25.3",
    "rollup-plugin-dts": "^6.1.0",
    "ts-jest": "^29.1.0",
    "typescript": "^5.0.4",
    "urllib": "^3.17.1"
  },
  "repository": "https://code.alipay.com/alipay-sofa/cloudfunc-noderuntime.git"
}
