UNPKG

@ensnode/ensrainbow-sdk

Version:

ENSRainbow SDK for interacting with the ENSRainbow API.

63 lines 1.49 kB
{ "name": "@ensnode/ensrainbow-sdk", "version": "0.31.0", "type": "module", "description": "ENSRainbow SDK for interacting with the ENSRainbow API.", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/namehash/ensnode.git", "directory": "packages/ensrainbow-sdk" }, "homepage": "https://github.com/namehash/ensnode/tree/main/packages/ensrainbow-sdk", "keywords": [ "ENS", "ENSNode", "ENSRainbow" ], "files": [ "dist" ], "exports": { ".": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }, "./client": { "types": "./dist/client.d.ts", "default": "./dist/client.js" }, "./consts": { "types": "./dist/consts.d.ts", "default": "./dist/consts.js" }, "./label-utils": { "types": "./dist/label-utils.d.ts", "default": "./dist/label-utils.js" } }, "publishConfig": { "access": "public" }, "peerDependencies": { "viem": "^2.22.13" }, "devDependencies": { "@biomejs/biome": "^1.9.4", "tsup": "^8.3.6", "typescript": "^5.7.3", "vitest": "^3.1.1", "@ensnode/shared-configs": "0.31.0", "@ensnode/ensnode-sdk": "0.31.0" }, "scripts": { "prepublish": "tsup", "test": "vitest", "typecheck": "tsc --noEmit", "lint": "biome check --write", "lint:ci": "biome ci" }, "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts" }