{
  "name": "js-utils-m",
  "version": "1.1.1",
  "description": "mUtils",
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "webpack --mode production",
    "build:wt": "webpack --mode production && tsc",
    "build:tw": "tsc && webpack --mode production",
    "build:publish": "webpack --mode production && tsc && npm publish",
    "build:tsc": "tsc",
    "dev": "webpack-dev-server --mode development --progress --colors",
    "watch": "webpack --progress --colors --watch",
    "publish": "npm publish",
    "publish:patch": "npm version patch && npm publish",
    "publish:minor": "npm version minor && npm publish",
    "publish:major": "npm version major && npm publish",
    "docsify": "docsify serve docs"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Alie-z/mUtils"
  },
  "bugs": {
    "url": "https://github.com/Alie-z/mUtils/issues",
    "email": "17512018620@163.com"
  },
  "files": [
    "lib/",
    "README.md"
  ],
  "keywords": [
    "js",
    "utils",
    "js-tools"
  ],
  "author": "Aliez",
  "license": "ISC",
  "devDependencies": {
    "@babel/core": "^7.4.3",
    "@babel/plugin-proposal-class-properties": "^7.4.0",
    "@babel/plugin-proposal-decorators": "^7.4.0",
    "@babel/plugin-transform-runtime": "^7.4.3",
    "@babel/preset-env": "^7.4.3",
    "@babel/runtime": "^7.4.3",
    "@dw/webpack-prompt-plugin": "^1.0.8",
    "@types/node": "^11.13.22",
    "atob": ">=2.1.0",
    "babel-eslint": "^10.0.1",
    "babel-loader": "^8.0.5",
    "babel-plugin-transform-decorators-legacy": "^1.3.5",
    "babel-polyfill": "^6.26.0",
    "babel-preset-stage-2": "^6.24.1",
    "clean-webpack-plugin": "^2.0.1",
    "cryptiles": ">=4.1.2",
    "css-loader": "^0.28.10",
    "deep-extend": ">=0.5.1",
    "eslint": "^6.6.0",
    "eslint-loader": "^2.1.0",
    "extract-text-webpack-plugin": "^4.0.0-beta.0",
    "html-webpack-plugin": "^3.0.6",
    "less": "^3.9.0",
    "less-loader": "^4.1.0",
    "lodash": "^4.17.14",
    "loglevel": "^1.6.3",
    "macaddress": ">=0.2.9",
    "randomatic": ">=3.0.0",
    "style-loader": "^0.20.3",
    "ts-loader": "^5.3.3",
    "typescript": "^3.3.3333",
    "url-loader": "^1.0.1",
    "url-parse": ">=1.4.3",
    "webpack": "^4.29.6",
    "webpack-cli": "^3.3.0",
    "webpack-dev-server": "^3.2.1",
    "webpack-node-externals": "^1.7.2"
  },
  "dependencies": {
    "axios": "^0.19.0",
    "eslint-utils": "1.4.1",
    "promise.prototype.finally": "^3.1.0",
    "sha1": "^1.1.1",
    "vant": "^2.2.16",
    "weixin-js-sdk": "^1.4.0-test"
  }
}
