@ensnode/datasources
Version:
Catalog of ENSNode-related datasources including chain, contract addresses, start blocks, and event filters.
48 lines • 1.14 kB
JSON
{
"name": "@ensnode/datasources",
"version": "0.31.0",
"type": "module",
"description": "Catalog of ENSNode-related datasources including chain, contract addresses, start blocks, and event filters.",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/namehash/ensnode.git",
"directory": "packages/datasources"
},
"homepage": "https://github.com/namehash/ensnode/tree/main/packages/datasources",
"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",
"@ensnode/shared-configs": "0.31.0"
},
"dependencies": {
"@ponder/utils": "0.2.8"
},
"scripts": {
"prepublish": "tsup",
"lint:ci": "biome ci"
},
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts"
}