{
  "name": "@bytedance/mona-plugin-events",
  "version": "0.3.50",
  "description": "Merchant application plugin side communication package",
  "author": "fengbo.lucky@bytedance.com",
  "scripts": {
    "start": "yarn clean && rollup -c -w",
    "build": "rollup -c",
    "clean": "rm -rf dist"
  },
  "files": [
    "dist"
  ],
  "main": "dist/index.js",
  "module": "dist/index.web.js",
  "browser": "dist/index.web.js",
  "types": "dist/index.web.d.ts",
  "sideEffects": false,
  "devDependencies": {
    "@rollup/plugin-commonjs": "^19.0.1",
    "@rollup/plugin-json": "^5.0.1",
    "@rollup/plugin-node-resolve": "^13.0.2",
    "rollup": "2.72.1",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "rollup-plugin-postcss": "^4.0.0",
    "rollup-plugin-typescript2": "0.36.0",
    "tslib": "^2.3.1"
  },
  "license": "MIT",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "gitHead": "4a2775eb342dc576cf80f6db49f3ccbf34b16fbe",
  "dependencies": {
    "axios": "^1.6.5"
  }
}
