{
  "name": "sd-sea-sdk",
  "version": "2.1.3",
  "description": "sea后台对接插件",
  "main": "lib/index.js",
  "scripts": {
    "watch": "webpack --watch --config webpack.config.dev.js",
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "webpack --config webpack.config.prod.js",
    "dev": "webpack --config webpack.config.dev.js",
    "lint": "eslint --fix --ext .js src",
    "version": "conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md"
  },
  "repository": {
    "type": "git",
    "url": "git@git.shuiditech.com:frontend/sea/sdk.git"
  },
  "keywords": [
    "sea"
  ],
  "author": "tangruijia",
  "license": "ISC",
  "devDependencies": {
    "@babel/core": "^7.2.2",
    "@babel/preset-env": "^7.2.3",
    "babel-loader": "^8.0.5",
    "conventional-changelog-cli": "^2.0.17",
    "cz-conventional-changelog": "2.1.0",
    "eslint": "^6.1.0",
    "eslint-config-vue-standard": "^0.0.6",
    "uglifyjs-webpack-plugin": "^2.0.1",
    "webpack": "^4.28.1",
    "webpack-cli": "^3.2.1"
  },
  "dependencies": {
    "axios": "^0.18.0",
    "qs": "^6.6.0"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "eslintConfig": {
    "root": true,
    "extends": [
      "@vue/standard"
    ]
  }
}
