UNPKG

@toruslabs/fetch-node-details

Version:
75 lines (74 loc) 2.02 kB
{ "name": "@toruslabs/fetch-node-details", "version": "15.0.0", "description": "Fetches the node details for torus nodes", "main": "dist/lib.cjs/index.js", "module": "dist/lib.esm/index.js", "unpkg": "dist/fetchNodeDetails.umd.min.js", "jsdelivr": "dist/fetchNodeDetails.umd.min.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": "eslint --fix 'src/**/*.ts'" }, "peerDependencies": { "@babel/runtime": "7.x" }, "dependencies": { "@toruslabs/constants": "^15.0.0", "@toruslabs/fnd-base": "^15.0.0", "@toruslabs/http-helpers": "^8.1.1", "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": ">=20.x", "npm": ">=9.x" }, "publishConfig": { "access": "public" }, "devDependencies": { "@vitest/browser": "^3.0.8", "@vitest/coverage-istanbul": "^3.0.8", "playwright": "^1.51.0", "vitest": "^3.0.8" }, "gitHead": "562c016ffa3a34be9c71d55c1295b2d7faf77336" }