@ensnode/ensrainbow-sdk
Version:
ENSRainbow SDK for interacting with the ENSRainbow API.
61 lines • 1.39 kB
JSON
{
"name": "@ensnode/ensrainbow-sdk",
"version": "1.16.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"
}
},
"publishConfig": {
"access": "public"
},
"peerDependencies": {
"viem": "^2.50.3"
},
"dependencies": {
"enssdk": "1.16.0"
},
"devDependencies": {
"tsup": "^8.3.6",
"typescript": "^5.7.3",
"vitest": "^4.1.0",
"@ensnode/shared-configs": "1.16.0",
"@ensnode/ensnode-sdk": "1.16.0"
},
"scripts": {
"prepublish": "tsup",
"test": "vitest",
"typecheck": "tsgo --noEmit",
"lint": "biome check --write .",
"lint:ci": "biome ci"
},
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts"
}