{
  "name": "plugin-inject-hao",
  "version": "0.0.6",
  "description": "Taro组件兼容插件",
  "main": "index.js",
  "scripts": {
    "build": "npm run clean && npm run prod",
    "dev": "tsc -w",
    "prod": "tsc",
    "clean": "rimraf dist",
    "test": "jest",
    "test:dev": "jest --watch"
  },
  "files": [
    "src",
    "dist",
    "index.js",
    "package.json"
  ],
  "keywords": [
    "Taro"
  ],
  "author": "hao_sama",
  "license": "MIT",
  "homepage": "",
  "devDependencies": {
    "@tarojs/service": "^3.1.3",
    "@types/node": "^13.9.8",
    "typescript": "^3.8.3",
    "webpack": "^4.41.0",
    "webpack-dev-server": "^3.8.2"
  },
  "dependencies": {
    "@tarojs/shared": "^3.2.13"
  }
}
