{
  "name": "orbiter-chaincore",
  "version": "1.5.10-3",
  "description": "Orbiter Finance Chain SDK",
  "main": "./index.js",
  "types": "./index.d.ts",
  "scripts": {
    "bin": "ts-node ./bin/index.ts",
    "start": "node ./dist/index.js",
    "test": "mocha test/**/**.test.ts",
    "test:bsc": "mocha test/bsc.test.ts",
    "test:starknet": "mocha test/Starknet.test.ts",
    "test:op": "mocha test/Optimism.test.ts",
    "test:lp": "mocha test/lp.ts",
    "build": "npm run clean && tsc && ncp package.json dist/package.json  && ncp README.md dist/README.md && typedoc ./index.ts --out ./docs",
    "clean": "rimraf coverage output dist",
    "release:alpha": "npm publish --tag=alpha --ignore-script",
    "release": "tsc && cd ./dist && npm publish --ignore-script",
    "lint": "eslint 'src/**/*.{js,ts}' 'index.ts' --fix",
    "prettier": "prettier --check --write --config .prettierrc.json '**/*.{ts,tsc}'",
    "postinstall": "patch-package"
  },
  "mocha": {
    "colors": true,
    "recursive": [
      "src/**/*.test.ts"
    ],
    "ui": "bdd",
    "require": [
      "ts-node/register"
    ]
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Orbiter-Finance/ChainCore.git"
  },
  "author": "Orbiter Finance Team",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Orbiter-Finance/ChainCore/issues"
  },
  "homepage": "https://github.com/Orbiter-Finance/ChainCore#readme",
  "devDependencies": {
    "@types/fs-extra": "^9.0.13",
    "@types/lodash": "^4.14.182",
    "@types/mocha": "^10.0.0",
    "@types/node": "^18.8.4",
    "@types/qs": "^6.9.7",
    "@types/sinon": "^10.0.13",
    "@typescript-eslint/eslint-plugin": "^5.30.5",
    "@typescript-eslint/parser": "^5.30.5",
    "cross-env": "^7.0.3",
    "eslint": "^8.21.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-prettier": "^4.2.1",
    "eslint-plugin-simple-import-sort": "^7.0.0",
    "eslint-plugin-unused-imports": "^2.0.0",
    "husky": "^8.0.1",
    "ncp": "^2.0.0",
    "nyc": "^15.1.0",
    "prettier": "^2.7.1",
    "rimraf": "^3.0.2",
    "sinon": "^14.0.1",
    "ts-node": "^10.9.1",
    "tsconfig-paths": "^4.1.0",
    "typescript": "^4.8.4"
  },
  "dependencies": {
    "ethers6": "npm:ethers@^6.8.0",
    "@alch/alchemy-web3": "^1.4.6",
    "@dydxprotocol/v3-client": "^1.9.1",
    "@imtbl/imx-sdk": "^1.20.2",
    "@loopring-web/loopring-sdk": "^2.0.13",
    "@types/chai": "^4.3.3",
    "alchemy-sdk": "^2.1.1",
    "bignumber.js": "^9.1.0",
    "chai": "^4.3.6",
    "cross-fetch": "^3.1.5",
    "dayjs": "^1.11.5",
    "ethers": "^5.7.1",
    "fs-extra": "^10.1.0",
    "keyv": "^4.5.0",
    "lodash": "^4.17.21",
    "mocha": "^10.0.0",
    "patch-package": "^6.5.1",
    "postinstall-postinstall": "^2.1.0",
    "qs": "^6.11.0",
    "starknet": "5.18.0",
    "typedoc": "^0.23.18",
    "web3": "^1.8.0",
    "web3-eth-abi": "^1.8.0",
    "web3-utils": "^1.8.0",
    "winston": "^3.8.2",
    "winston-daily-rotate-file": "^4.7.1",
    "winston-logstash": "^1.1.0"
  }
}
