{
  "name": "anue-fe-sdk",
  "version": "3.3.10",
  "description": "Anue SDK for developers",
  "scripts": {
    "start": "tsc -w -p ./",
    "debug": "sh scripts/debug.sh",
    "build": "webpack --mode production",
    "watch": "webpack --watch",
    "pipe": "sh scripts/pipe.sh",
    "publish-npm": "sh scripts/build-and-commit.sh",
    "size": "webpack && size-limit",
    "analyze": "ANALYZE=true webpack --mode production",
    "test": "jest test --coverage",
    "lint": "tslint --project ./src",
    "test:snapshot": "jest test -u"
  },
  "keywords": [
    "anue",
    "sdk"
  ],
  "engines": {
    "node": ">=8.0.0"
  },
  "author": "anue-fe",
  "license": "MIT",
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged",
      "post-commit": "node scripts/publish.js"
    }
  },
  "lint-staged": {
    "./src/**/*.{ts,tsx}": [
      "jest --findRelatedTests --listTests",
      "prettier --write --single-quote",
      "tslint",
      "git add"
    ]
  },
  "devDependencies": {
    "@babel/core": "7.2.0",
    "@babel/plugin-proposal-class-properties": "7.2.1",
    "@babel/preset-env": "7.2.0",
    "@babel/preset-react": "7.0.0",
    "@types/chalk": "2.2.0",
    "@types/copy-webpack-plugin": "^5.0.0",
    "@types/jest": "23.3.10",
    "@types/node": "10.12.12",
    "@types/prettier": "1.15.2",
    "@types/terser-webpack-plugin": "^1.2.1",
    "@types/typescript": "2.0.0",
    "@types/webpack": "4.4.20",
    "@types/webpack-bundle-analyzer": "2.13.0",
    "babel-loader": "8.0.4",
    "chalk": "2.4.1",
    "chokidar": "^3.0.2",
    "concurrently": "4.1.0",
    "express": "4.16.4",
    "husky": "1.2.0",
    "jest": "23.6.0",
    "lint-staged": "8.1.0",
    "prettier": "1.15.3",
    "react": "16.6.3",
    "react-dom": "16.6.3",
    "react-dom-server": "0.0.5",
    "react-json-tree": "0.11.0",
    "size-limit": "0.21.0",
    "terser-webpack-plugin": "^1.2.3",
    "ts-jest": "23.10.5",
    "ts-loader": "5.3.1",
    "tsconfig-paths-webpack-plugin": "3.2.0",
    "tslint": "5.11.0",
    "typescript": "3.2.1",
    "uglifyjs-webpack-plugin": "2.0.1",
    "webpack": "4.27.1",
    "webpack-bundle-analyzer": "3.0.3",
    "webpack-cli": "3.1.2",
    "webpack-isomorphic-tools": "3.0.6",
    "webpack-node-externals": "1.7.2"
  },
  "peerDependencies": {
    "axios": "^0.18.0"
  },
  "dependencies": {
    "@types/http-proxy": "^1.16.2",
    "axios": "^0.18.0",
    "http-proxy": "^1.17.0",
    "lz-string": "^1.4.4"
  }
}