{
  "name": "@toruslabs/fetch-node-details",
  "version": "16.1.1",
  "description": "Fetches the node details for torus nodes",
  "main": "dist/lib.cjs/index.js",
  "module": "dist/lib.esm/index.js",
  "unpkg": "dist/lib.esm/index.js",
  "jsdelivr": "dist/lib.esm/index.js",
  "types": "dist/lib.cjs/types/index.d.ts",
  "sideEffects": false,
  "files": [
    "dist"
  ],
  "scripts": {
    "start": "torus-scripts start",
    "build": "torus-scripts build",
    "release": "torus-scripts release",
    "prepack": "npm run build",
    "test": "npm run test:node && npm run test:browsers",
    "test:node": "vitest run --config test/configs/node.config.mts --coverage",
    "test:browsers": "vitest run --config test/configs/browsers.config.mts --coverage",
    "lint": "torus-scripts lint"
  },
  "peerDependencies": {
    "@babel/runtime": "7.x"
  },
  "dependencies": {
    "@toruslabs/constants": "^16.1.1",
    "@toruslabs/fnd-base": "^16.1.1",
    "@toruslabs/http-helpers": "^9.0.0",
    "loglevel": "^1.9.2"
  },
  "lint-staged": {
    "!(*d).{js,ts}": [
      "eslint --cache --fix",
      "prettier --write"
    ],
    "*.{json, md}": [
      "prettier --write"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/torusresearch/fetch-node-details.git"
  },
  "keywords": [
    "torus",
    "nodes",
    "torus-embed",
    "torus-website",
    "fetch-node-details",
    "toruslabs"
  ],
  "author": "Chaitanya Potti",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/torusresearch/fetch-node-details-sapphire/issues"
  },
  "homepage": "https://github.com/torusresearch/fetch-node-details-sapphire#readme",
  "engines": {
    "node": ">=22.x",
    "npm": ">=10.x"
  },
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@vitest/browser": "^4.1.0",
    "@vitest/browser-playwright": "^4.1.0",
    "@vitest/coverage-istanbul": "^4.1.0",
    "playwright": "^1.58.2",
    "vitest": "^4.1.0"
  },
  "gitHead": "9f7ffc22dec3b69094a6341b48c3c0a2488ad443"
}
