{
  "name": "@node-fi/sdk-core",
  "version": "0.0.27",
  "description": "Interact with the Node ecosystem",
  "main": "./dist/src/index.js",
  "types": "./dist/src/index.d.ts",
  "scripts": {
    "test": "mocha -r ts-node/register src/**/*.test.ts",
    "test:wallet": "mocha -r ts-node/register src/**/Wallet.test.ts",
    "test:requests": "NODE_ENV=sdk_development mocha -r ts-node/register src/PaymentRequest/PaymentRequest.test.ts",
    "test:watch": "jest --watch",
    "typechain": "typechain --target web3-v1 --out-dir './web3-types' 'src/constants/abis/**/*.json'",
    "gen-tests": "node scripts/generateTest.js",
    "prepare": "husky install",
    "lint": "eslint --fix --ext .ts,.tsx .",
    "typedoc": "typedoc --out docs src/index.ts"
  },
  "repository": {
    "type": "git"
  },
  "keywords": [
    "Celo",
    "defi",
    "node",
    "wallet"
  ],
  "author": "Node Wallet",
  "license": "ISC",
  "bugs": {
    "url": ""
  },
  "homepage": "",
  "dependencies": {
    "@babel/core": "^7.17.5",
    "@babel/preset-env": "^7.16.11",
    "@babel/preset-typescript": "^7.16.7",
    "@celo/connect": "^2.0.0",
    "@celo/utils": "~1.2.4",
    "@celo/wallet-local": "^2.0.0",
    "@ethersproject/abi": "^5.5.0",
    "@ethersproject/units": "^5.7.0",
    "@node-fi/multicall": "^0.0.1",
    "@typechain/web3-v1": "^5.0.0",
    "axios": "^0.27.2",
    "babel-jest": "^27.5.1",
    "big.js": "^6.1.1",
    "bignumber.js": "^9.1.0",
    "decimal.js-light": "^2.5.1",
    "ethers": "^5.7.2",
    "format-number": "^3.0.0",
    "jest": "^27.5.1",
    "minimist": "^1.2.5",
    "p-map": "^5.3.0",
    "prettier": "^2.6.2",
    "promievent": "^0.1.5",
    "tiny-invariant": "^1.2.0",
    "tiny-warning": "^1.0.3",
    "toformat": "^2.0.0",
    "typechain": "^8.1.0",
    "typedoc-plugin-markdown": "^3.13.6",
    "web3": "^1.7.0"
  },
  "resolutions": {
    "web3": "^1.7.0"
  },
  "devDependencies": {
    "@types/big.js": "^6.1.3",
    "@types/chai": "^4.3.1",
    "@types/expect": "^24.3.0",
    "@types/minimist": "^1.2.2",
    "@types/mocha": "^9.1.1",
    "@typescript-eslint/eslint-plugin": "^5.22.0",
    "@typescript-eslint/parser": "^5.22.0",
    "@ubeswap/sdk": "^2.1.2",
    "chai": "^4.3.6",
    "eslint": "^8.14.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-eslint-comments": "^3.2.0",
    "eslint-plugin-functional": "^4.2.1",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-unused-imports": "^2.0.0",
    "husky": "^7.0.4",
    "jsdoc-to-markdown": "^7.1.1",
    "lint-staged": "^12.4.1",
    "mocha": "^10.0.0",
    "ts-mocha": "^10.0.0",
    "typedoc": "^0.23.15",
    "typescript": "^4.5.5"
  },
  "jest": {
    "preset": "ts-jest",
    "testEnvironment": "node",
    "transform": {
      "node_modules/variables/.+\\.(j|t)sx?$": "ts-jest"
    },
    "transformIgnorePatterns": [
      "node_modules/(?!variables/.*)"
    ]
  },
  "collectCoverageFrom": [
    "**/*.{js,jsx}",
    "!**/node_modules/**"
  ]
}
