{
  "name": "@oys/http-module",
  "version": "1.0.30",
  "description": "javascript starter project",
  "main": "dist/index.js",
  "files": [
    "dist",
    "src",
    "README.md",
    "index.d.ts"
  ],
  "directories": {
    "lib": "lib",
    "test": "test"
  },
  "scripts": {
    "test": "jest",
    "clean": "rimraf ./dist/*.* ./dist/*",
    "start": "node ./config/webpack.local.js",
    "build": "npm run clean && node ./config/webpack.prod.js",
    "build:npm": "npm run clean && node ./config/webpack.npm.js",
    "release:npm": "npm run build:npm && npm version patch",
    "dll": "webpack --mode production --config ./config/webpack.dll.js --progress --profile --bail",
    "lint": "eslint src & stylelint \"src/**/*.scss\"",
    "lint:fix": "eslint src --fix & stylefmt -r \"src/**/*.scss\"",
    "deploy": "node ./scripts/deploy.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ouyangshan09/httpModule.git"
  },
  "keywords": [
    "js",
    "http",
    "cancel",
    "axios"
  ],
  "author": "Ouyang",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/ouyangshan09/httpModule/issues"
  },
  "homepage": "https://github.com/ouyangshan09/httpModule#README.md",
  "devDependencies": {
    "babel-eslint": "^8.2.2",
    "eslint": "^4.19.1",
    "eslint-config-standard": "^11.0.0",
    "eslint-plugin-babel": "^4.1.2",
    "eslint-plugin-import": "^2.9.0",
    "eslint-plugin-node": "^6.0.1",
    "eslint-plugin-promise": "^3.7.0",
    "eslint-plugin-standard": "^3.0.1",
    "babel-plugin-syntax-dynamic-import": "^6.18.0",
    "babel-plugin-transform-decorators-legacy": "^1.3.4",
    "babel-jest": "^22.4.3",
    "babel-loader": "^7.1.4",
    "babel-polyfill": "^6.26.0",
    "babel-preset-env": "^1.6.1",
    "babel-preset-stage-0": "^6.24.1",
    "css-loader": "^0.28.11",
    "file-loader": "^1.1.11",
    "less-loader": "^4.1.0",
    "postcss-loader": "^2.1.3",
    "sass-loader": "^6.0.7",
    "style-loader": "^0.20.3",
    "url-loader": "^1.0.1",
    "extract-text-webpack-plugin": "^4.0.0-beta.0",
    "html-webpack-plugin": "^3.1.0",
    "opn": "^5.3.0",
    "ora": "^2.0.0",
    "rimraf": "^2.6.2",
    "stylelint": "^9.1.3",
    "stylelint-config-standard": "^18.2.0",
    "chalk": "^2.3.2",
    "jest": "^22.4.3",
    "less": "^3.0.1",
    "node-sass": "^4.8.3",
    "webpack-dev-server": "^3.1.1",
    "webpack": "^4.2.0",
    "webpack-cli": "^2.0.13",
    "webpack-merge": "^4.1.2",
    "autoprefixer": "^8.2.0"
  },
  "dependencies": {
    "axios": "^0.18.0",
    "classnames": "^2.2.5",
    "immutable": "^3.8.2",
    "js-cookie": "^2.2.0",
    "lodash": "^4.17.5",
    "moment": "^2.21.0",
    "qs": "^6.5.2"
  }
}
