{
  "name": "@imtbl/imx-sdk",
  "version": "3.8.2",
  "repository": "https://github.com/immutable/imx-sdk-js.git",
  "author": "@imtbl/IE-Squad",
  "license": "MIT",
  "private": false,
  "main": "dist/index.cjs.js",
  "module": "dist/index.es.js",
  "jsnext:main": "dist/index.es.js",
  "types": "dist/src/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "clear-dists": "rm -rf dist/",
    "prebuild:lib": "npm run clear-dists",
    "build:lib:watch": "NODE_ENV=production BABEL_ENV=production rollup --config ./rollup.config.mjs --watch",
    "build:lib": "NODE_ENV=production BABEL_ENV=production rollup --config ./rollup.config.mjs",
    "yalc:watch": "nodemon --watch 'dist/**/*' --exec 'yalc push'",
    "watch": "concurrently --kill-others -n w: npm:*:watch",
    "watch:simple": "concurrently 'npm:yalc:watch' 'npm:build:lib:watch'",
    "build": "npm run build:lib",
    "lint": "npm run typecheck && npm run lint:eslint",
    "lint:eslint": "eslint --ext .ts,.tsx,.js,.jsx .",
    "lint:eslint:fix": "eslint --ext .ts,.tsx,.js,.jsx --fix .",
    "typecheck": "tsc --noEmit",
    "test:clean": "rm -rf ./coverage; rm -rf ./.nyc_output",
    "pretest": "npm run test:clean && npm run lint",
    "test:fast": "NODE_ENV=test jest",
    "test": "NODE_ENV=test jest",
    "test:watch": "NODE_ENV=test jest --watch",
    "test:starkcurve": "env TS_NODE_COMPILER_OPTIONS='{\"module\": \"commonjs\" }' mocha -r ts-node/register 'src/crypto/starkCurve.test.ts'",
    "coverage": "npm run test -- --coverage",
    "lab:watch": "webpack serve --config ./lab/webpack.config.js",
    "prepare": "husky install",
    "start": "concurrently npm:build:lib:watch npm:yalc:watch"
  },
  "engines": {
    "npm": ">=8",
    "node": ">=16"
  },
  "lint-staged": {
    "*.{js,jsx,ts,tsx}": "npm run lint"
  },
  "devDependencies": {
    "@babel/cli": "^7.12.8",
    "@babel/core": "^7.23.9",
    "@babel/plugin-proposal-optional-chaining": "^7.14.5",
    "@babel/plugin-transform-runtime": "^7.12.10",
    "@babel/preset-env": "^7.12.7",
    "@babel/preset-react": "^7.14.5",
    "@babel/preset-typescript": "^7.12.7",
    "@babel/runtime": "^7.22.5",
    "@emotion/css": "^11.1.3",
    "@rollup/plugin-babel": "^6.0.3",
    "@rollup/plugin-commonjs": "^25.0.2",
    "@rollup/plugin-json": "^6.0.0",
    "@rollup/plugin-node-resolve": "^15.1.0",
    "@rollup/plugin-terser": "^0.4.3",
    "@rollup/plugin-typescript": "^11.1.1",
    "@rollup/plugin-url": "^8.0.1",
    "@testing-library/jest-dom": "^5.14.1",
    "@types/bn.js": "^5.1.0",
    "@types/chai": "^4.3.5",
    "@types/elliptic": "^6.4.13",
    "@types/faker": "^5.5.8",
    "@types/jest": "^27.0.1",
    "@types/lodash": "^4.14.159",
    "@types/mocha": "^10.0.1",
    "@types/node": "^14.14.22",
    "@types/react": "^17.0.18",
    "@types/react-dom": "^17.0.9",
    "@types/regenerator-runtime": "^0.13.1",
    "@types/request": "^2.48.5",
    "@types/testing-library__jest-dom": "^5.14.1",
    "@types/ws": "^7.2.6",
    "@typescript-eslint/eslint-plugin": "^4.29.2",
    "@typescript-eslint/parser": "^4.28.0",
    "assert": "^2.0.0",
    "babel-loader": "^8.2.2",
    "browserify-zlib": "^0.2.0",
    "buffer": "^6.0.3",
    "chai": "^4.3.7",
    "concurrently": "^6.2.1",
    "copyfiles": "^2.4.1",
    "crypto-browserify": "^3.12.0",
    "eslint": "^7.11.0",
    "eslint-config-airbnb": "^18.2.0",
    "eslint-config-airbnb-typescript": "^12.0.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-fp-ts": "^0.1.14",
    "eslint-plugin-import": "^2.24.0",
    "eslint-plugin-prettier": "^3.4.0",
    "eslint-plugin-simple-import-sort": "^7.0.0",
    "faker": "^5.5.3",
    "html-webpack-plugin": "^5.3.2",
    "https-browserify": "^1.0.0",
    "husky": "^7.0.1",
    "jest": "^27.0.6",
    "jest-silent-reporter": "^0.5.0",
    "lint-staged": "^11.0.0",
    "mocha": "^10.2.0",
    "msw": "^0.36.3",
    "nodemon": "^2.0.12",
    "os-browserify": "^0.3.0",
    "path-browserify": "^1.0.1",
    "prettier": "^2.3.1",
    "prettier-eslint": "^12.0.0",
    "process": "^0.11.10",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "rollup": "^3.25.3",
    "rollup-plugin-copy": "^3.4.0",
    "rollup-plugin-typescript2": "^0.35.0",
    "stream-browserify": "^3.0.0",
    "stream-http": "^3.2.0",
    "ts-jest": "^27.0.5",
    "ts-node": "^9.0.0",
    "tslib": "^2.6.0",
    "tty-browserify": "^0.0.1",
    "typescript": "^4.1.2",
    "url": "^0.11.1",
    "webpack": "^5.50.0",
    "webpack-cli": "^4.8.0",
    "webpack-dev-server": "^4.0.0"
  },
  "dependencies": {
    "@ethersproject/abstract-signer": "^5.6.0",
    "@ethersproject/address": "^5.6.0",
    "@ethersproject/bignumber": "^5.6.0",
    "@ethersproject/bytes": "^5.6.0",
    "@ethersproject/contracts": "^5.6.0",
    "@ethersproject/experimental": "^5.6.0",
    "@ethersproject/keccak256": "^5.6.0",
    "@ethersproject/providers": "^5.6.0",
    "@ethersproject/signing-key": "^5.6.0",
    "@ethersproject/solidity": "^5.6.0",
    "@ethersproject/strings": "^5.6.0",
    "@ethersproject/units": "^5.6.0",
    "@gamestopnft/detect-gamestop-provider": "^1.0.0",
    "auto-bind": "^4.0.0",
    "axios": "^0.21.1",
    "axios-retry": "^3.2.4",
    "bignumber.js": "^9.0.1",
    "bitwise": "^2.1.0",
    "bn.js": "^5.2.0",
    "colors": "^1.4.0",
    "elliptic": "^6.5.3",
    "enc-utils": "^3.0.0",
    "ethereumjs-wallet": "^1.0.1",
    "ethers": "^5.7.1",
    "fp-ts": "2.9.3",
    "fp-ts-std": "^0.5.2",
    "hash.js": "^1.1.7",
    "io-ts": "2.2.13",
    "io-ts-reporters": "^1.2.2",
    "io-ts-types": "^0.5.16",
    "magic-sdk": "^18.2.1",
    "moment": "^2.29.4",
    "monocle-ts": "^2.3.11",
    "newtype-ts": "^0.3.4",
    "node-fetch": "^2.6.11",
    "qs": "^6.10.1",
    "query-string": "^7.0.1",
    "rxjs": "^6.6.3",
    "soltypes": "^1.3.5",
    "winston": "^3.11.0",
    "ws": "^7.3.1",
    "yalc": "^1.0.0-pre.53"
  },
  "publishConfig": {
    "access": "public"
  }
}
