UNPKG

@toruslabs/fnd-base

Version:
63 lines (62 loc) 1.47 kB
{ "name": "@toruslabs/fnd-base", "version": "16.1.1", "description": "Contains details for sapphire 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", "lint": "torus-scripts lint" }, "peerDependencies": { "@babel/runtime": "7.x" }, "dependencies": { "@toruslabs/constants": "^16.1.1" }, "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/issues" }, "homepage": "https://github.com/torusresearch/fetch-node-details#readme", "engines": { "node": ">=22.x", "npm": ">=10.x" }, "publishConfig": { "access": "public" }, "gitHead": "9f7ffc22dec3b69094a6341b48c3c0a2488ad443" }