{
  "name": "cdm-plugin",
  "version": "1.1.0",
  "description": "",
  "main": "dist/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "bulid": "./node_modules/.bin/babel src --out-dir dist",
    "bulid-p": "webpack"
  },
  "devDependencies": {
    "@babel/cli": "^7.5.5",
    "@babel/core": "^7.5.5",
    "@babel/plugin-proposal-class-properties": "^7.7.0",
    "@babel/preset-env": "^7.5.5",
    "babel-loader": "^8.0.5",
    "webpack": "^4.41.2",
    "webpack-cli": "^3.3.10"
  },
  "dependencies": {
    "file-saver": "^2.0.2",
    "idb-js": "^1.3.1",
    "jquery": "^3.4.1",
    "jszip": "^3.2.2"
  },
  "author": "wangpengfei",
  "license": "ISC"
}
