{
  "name": "okx-lido-js-sdk",
  "version": "0.0.0-semantic-release",
  "private": false,
  "workspaces": [
    "packages/*"
  ],
  "sideEffects": false,
  "scripts": {
    "build": "rollup -c",
    "test": "jest --coverage",
    "test:watch": "jest --watch --coverage",
    "lint": "eslint --ext ts,tsx .",
    "postinstall": "husky install && yarn typechain",
    "typechain": "yarn workspace @okx-lido-sdk/contracts run typechain"
  },
  "devDependencies": {
    "@babel/core": "^7.15.5",
    "@babel/preset-env": "^7.15.6",
    "@babel/preset-react": "^7.14.5",
    "@babel/preset-typescript": "^7.15.0",
    "@commitlint/cli": "^13.1.0",
    "@commitlint/config-conventional": "^13.1.0",
    "@qiwi/multi-semantic-release": "^3.16.0",
    "@rollup/plugin-node-resolve": "^13.0.5",
    "@types/babel__core": "^7.1.19",
    "@types/babel__preset-env": "^7.9.2",
    "@types/eslint-plugin-prettier": "^3.1.0",
    "@types/jest": "^27.0.2",
    "@types/react": "^17.0.45",
    "@types/react-dom": "^17.0.17",
    "@typescript-eslint/eslint-plugin": "^4.31.2",
    "@typescript-eslint/parser": "^4.31.2",
    "babel-jest": "^27.2.1",
    "eslint": "^7.32.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-jsx-a11y": "^6.4.1",
    "eslint-plugin-prettier": "^4.0.0",
    "eslint-plugin-react": "^7.26.0",
    "eslint-plugin-react-hooks": "^4.2.0",
    "husky": "^7.0.4",
    "jest": "^27.2.1",
    "lint-staged": "^11.1.2",
    "prettier": "^2.4.1",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "rollup": "^2.57.0",
    "rollup-plugin-copy": "^3.4.0",
    "rollup-plugin-delete": "^2.0.0",
    "rollup-plugin-typescript2": "^0.30.0",
    "tslib": "^2.3.1",
    "typescript": "^4.4.3",
    "yarn-workspaces-list": "^0.2.0"
  },
  "lint-staged": {
    "./**/src/**/*.{ts,tsx}": [
      "eslint --max-warnings=0",
      "jest --bail --findRelatedTests"
    ],
    "./**/*.{ts,tsx,js,jsx,md,json}": [
      "prettier --write"
    ]
  }
}
