{
  "name": "@moralisweb3/common-core",
  "author": "Moralis",
  "version": "2.27.2",
  "license": "MIT",
  "type": "module",
  "main": "./lib/esm/index.js",
  "types": "./lib/index.d.ts",
  "typings": "./lib/index.d.ts",
  "exports": {
    ".": {
      "types": {
        "default": "./lib/index.d.ts"
      },
      "default": {
        "require": "./lib/cjs/index.cjs",
        "default": "./lib/esm/index.js"
      }
    }
  },
  "files": [
    "lib/*"
  ],
  "sideEffects": false,
  "moralis": {
    "name": "Core module",
    "type": "core",
    "scope": "common",
    "description": "All core logic related to the SDK"
  },
  "typedoc": {
    "entryPoint": "./src/index.ts"
  },
  "scripts": {
    "test": "jest --runInBand --detectOpenHandles --forceExit --ci",
    "test:coverage": "yarn run test  --coverage",
    "test:watch": "yarn run test --watch",
    "lint": "yarn run -T eslint . --ext .js,.ts,.tsx,jsx",
    "prebuild": "node -p \"'export const LIB_VERSION = ' + JSON.stringify(require('./package.json').version) + ';'\" > src/version.ts",
    "clean": "rm -rf lib && rm -rf ./node_modules/.cache/nx",
    "build": "yarn prebuild && rollup -c",
    "dev": "tsc --watch"
  },
  "devDependencies": {
    "@moralisweb3/eslint-config": "^1.0.3",
    "@rollup/plugin-commonjs": "^24.0.1",
    "@rollup/plugin-node-resolve": "^15.0.1",
    "jest": "^29.5.0",
    "msw": "0.49.1",
    "rollup": "^3.10.1",
    "rollup-plugin-cleaner": "^1.0.0",
    "rollup-plugin-dts": "^5.2.0",
    "rollup-plugin-node-polyfills": "^0.2.1",
    "rollup-plugin-typescript2": "^0.34.1"
  },
  "dependencies": {
    "axios": "^1.2.1"
  }
}
