{
  "name": "@moralisweb3/aptos-api",
  "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/*"
  ],
  "scripts": {
    "test": "jest --runInBand --detectOpenHandles --forceExit --ci",
    "test:coverage": "yarn run test --coverage --coverageReporters json-summary",
    "test:watch": "yarn run test --watch",
    "lint": "eslint . --ext .js,.ts,.tsx,jsx",
    "clean": "rm -rf lib && rm -rf ./node_modules/.cache/nx",
    "build": "rollup -c",
    "dev": "tsc --watch"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "^24.0.1",
    "@rollup/plugin-node-resolve": "^15.0.1",
    "jest": "^29.5.0",
    "openapi-typescript": "^5.2.0",
    "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",
    "typescript": "^4.9.3"
  },
  "dependencies": {
    "@moralisweb3/api-utils": "^2.27.2",
    "@moralisweb3/common-aptos-utils": "^2.27.2",
    "@moralisweb3/common-core": "^2.27.2"
  },
  "typedoc": {
    "entryPoint": "./src/index.ts"
  }
}
