{
  "name": "webpack-dynamic-import-weapp-plugin",
  "version": "0.2.0",
  "description": "Webpack 动态加载小程序代码插件",
  "main": "lib/index.js",
  "files": [
    "lib",
    "package.json",
    "README.md"
  ],
  "scripts": {
    "clean": "rimraf lib",
    "compile": "npm run clean && tsc -p ./tsconfig.json",
    "compile:watch": "npm run clean && tsc -p ./tsconfig.json -w",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/JiyuShao/taro-dynamic-import-weapp.git"
  },
  "keywords": [
    "webpack plugin",
    "weapp",
    "dynamic-import"
  ],
  "author": "Jiyu Shao",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/JiyuShao/taro-dynamic-import-weapp/issues"
  },
  "homepage": "https://github.com/JiyuShao/taro-dynamic-import-weapp#readme",
  "devDependencies": {
    "@types/webpack": "^4.41.26",
    "memfs": "^3.2.0",
    "rimraf": "^3.0.2",
    "webpack": "4.42.0"
  },
  "dependencies": {
    "strip-indent": "^3.0.0"
  },
  "gitHead": "62f1ede5537e2ab37c63d634a755c03cfce5189a"
}
