{
  "name": "lcdp-message",
  "version": "1.0.5",
  "description": "灵犀编辑器webview组件数据交互工具",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/LimMem/lcdp-message.git"
  },
  "license": "MIT",
  "main": "lib/index.js",
  "unpkg": "dist/0.2.2/lcdpmessage.min.js",
  "module": "es/index.js",
  "types": "lib/index.d.ts",
  "files": [
    "es",
    "lib",
    "dist"
  ],
  "scripts": {
    "bootstrap": "yarn || npm i",
    "build": "father build",
    "dev": "father dev",
    "predeploy": "yarn docs",
    "deploy": "gh-pages -d .typedoc",
    "pub": "node ./scripts/publish.js",
    "prepublishOnly": "npm run build"
  },
  "devDependencies": {
    "@babel/cli": "^7.0.0",
    "@babel/core": "^7.15.0",
    "@babel/preset-env": "^7.15.0",
    "@babel/preset-typescript": "^7.15.0",
    "@types/qs": "^6.5.3",
    "@types/shelljs": "^0.8.5",
    "babel-loader": "^8.2.2",
    "gh-pages": "^2.1.1",
    "qs": "^6.7.0",
    "shelljs": "^0.8.3",
    "ts-loader": "^9.2.5",
    "ts-node": "^8.4.1",
    "typedoc": "^0.15.0",
    "typescript": "^3.4.5",
    "webpack": "^5.51.0",
    "webpack-cli": "^4.8.0",
    "@babel/polyfill": "^7.12.1",
    "father": "^4.1.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "灵犀",
    "Webview"
  ],
  "author": "qclong",
  "bugs": {
    "url": "https://github.com/LimMem/lcdp-message/issues"
  },
  "browserslist": [
    "last 1 version",
    "> 1%",
    "IE 10"
  ],
  "homepage": "https://github.com/LimMem/lcdp-message#readme"
}