{
  "name": "@cloudbase/adapter-wx_mp",
  "version": "1.3.1",
  "description": "wechat miniprogram adapter of cloudbase javascript SDK",
  "main": "dist/index.js",
  "module": "dist/esm/index.js",
  "scripts": {
    "eslint": "eslint \"./src/*.ts\"",
    "build:esm": "tsc -p tsconfig.esm.json",
    "build": "webpack && npm run build:esm",
    "prepublish": "npm run eslint&&npm run build"
  },
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "@babel/core": "^7.7.5",
    "@babel/preset-env": "^7.7.6",
    "@typescript-eslint/eslint-plugin": "^2.11.0",
    "@typescript-eslint/parser": "^2.11.0",
    "babel-loader": "^8.0.6",
    "eslint": "^6.7.2",
    "eslint-config-alloy": "^3.4.0",
    "ts-loader": "^6.2.1",
    "typescript": "^3.7.3",
    "webpack": "^4.41.2",
    "webpack-cli": "^3.3.10"
  },
  "dependencies": {
    "@cloudbase/adapter-interface": "^0.7.0",
    "web-streams-polyfill": "^4.0.0"
  },
  "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}
