@ensnode/ensnode-sdk
Version:
A utility library for interacting with ENSNode and ENS data
51 lines • 1.17 kB
JSON
{
"name": "@ensnode/ensnode-sdk",
"version": "0.31.0",
"type": "module",
"description": "A utility library for interacting with ENSNode and ENS data",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/namehash/ensnode.git",
"directory": "packages/ensnode-sdk"
},
"homepage": "https://github.com/namehash/ensnode/tree/main/packages/ensnode-sdk",
"keywords": [
"ENS",
"ENSNode"
],
"files": [
"dist"
],
"exports": {
".": {
"default": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"publishConfig": {
"access": "public"
},
"peerDependencies": {
"viem": "^2.22.13"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@types/node": "^22.14.0",
"tsup": "^8.3.6",
"typescript": "^5.7.3",
"viem": "^2.22.13",
"vitest": "^3.1.1",
"@ensnode/shared-configs": "0.31.0"
},
"scripts": {
"prepublish": "tsup",
"lint": "biome check --write .",
"lint:ci": "biome ci",
"test": "vitest",
"typecheck": "tsc --noEmit"
},
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts"
}