{
  "name": "js-aurora",
  "version": "0.0.1",
  "description": "Light-weight client side package for development on Aurora",
  "module": "./dist/esm/index.js",
  "browser": "./dist/cjs/index.umd.js",
  "unpkg": "./dist/cjs/index.umd.js",
  "umd:main": "./dist/cjs/index.umd.js",
  "main": "./dist/cjs/index.js",
  "source": "src/index.ts",
  "repository": "https://github.com/vaibhavmuchandi/aurora-js",
  "author": "0xvaibhav",
  "license": "MIT",
  "size-limit": [
    {
      "name": "etherToWei",
      "path": "src/index.ts",
      "import": "{ etherToWei }",
      "limit": "3.58kb"
    },
    {
      "name": "JsonRpcProvider",
      "path": "src/index.ts",
      "import": "{ JsonRpcProvider }",
      "limit": "20.24kb"
    },
    {
      "name": "Contract",
      "path": "src/index.ts",
      "import": "{ Contract }",
      "limit": "15.87kb"
    }
  ],
  "scripts": {
    "size": "size-limit",
    "compile": "npm-run-all --parallel build:esm build:cjs build:umd",
    "build": "rm -rf dist && npm run compile",
    "build:esm": "tsc -p tsconfig.json",
    "build:cjs": "tsc -p tsconfig-cjs.json",
    "build:umd": "microbundle --external none --format umd"
  },
  "devDependencies": {
    "@size-limit/preset-small-lib": "^7.0.8",
    "@types/body-parser": "^1.19.1",
    "@types/eslint": "^8.4.2",
    "@types/express": "^4.17.13",
    "@types/jest": "^27.4.1",
    "@types/jest-dev-server": "^5.0.0",
    "@types/node": "^16.10.1",
    "@types/prettier": "^2.4.4",
    "@typescript-eslint/eslint-plugin": "^5.26.0",
    "@typescript-eslint/parser": "^5.26.0",
    "body-parser": "^1.19.0",
    "dotenv": "^16.0.0",
    "eslint": "^8.16.0",
    "eslint-plugin-jest": "^26.2.2",
    "eslint-plugin-jsdoc": "38.0.2",
    "ethers": "^5.7.0",
    "express": "^4.17.1",
    "husky": "^7.0.4",
    "jest": "^27.5.1",
    "jest-dev-server": "^6.0.3",
    "just-omit": "^2.0.1",
    "lint-staged": "^12.4.1",
    "microbundle": "^0.15.0",
    "npm-run-all": "^4.1.5",
    "perf_hooks": "^0.0.1",
    "prettier": "^2.7.1",
    "prettier-plugin-organize-imports": "^2.3.4",
    "size-limit": "^7.0.8",
    "ts-jest": "^27.1.4",
    "ts-node": "^10.2.1",
    "typedoc": "^0.22.15",
    "typescript": "^4.6.4",
    "web3": "^1.7.5"
  },
  "dependencies": {
    "@noble/secp256k1": "^1.5.5",
    "@types/big.js": "^6.1.5",
    "big.js": "^6.2.1",
    "isomorphic-unfetch": "^3.1.0",
    "sha3": "^2.1.4"
  }
}
