{
  "name": "@alicloud/mp-proxy-service",
  "author": "junmo <qwe_lingkun@163.com>",
  "version": "3.0.0",
  "description": "MPServerless Proxy Service",
  "main": "dist/index.js",
  "browser": "dist/index.js",
  "module": "dist/index.js",
  "types": "dist/umd/index.d.ts",
  "files": [
    "dist"
  ],
  "license": "MIT",
  "engines": {
    "node": ">=8.0.0"
  },
  "scripts": {
    "tsc": "npm run tsc:umd && npm run tsc:esm",
    "tsc:umd": "tsc -p tsconfig.json",
    "tsc:esm": "tsc -p tsconfig.esm.json",
    "tsc:w": "npm run tsc -- -w",
    "build": "npm run tsc:umd && webpack"
  },
  "dependencies": {
    "@alicloud/mpserverless-core": "^3.0.0"
  },
  "publishConfig": {
    "access": "public"
  }
}
