UNPKG

@namehash/nameguard

Version:

A lightweight JavaScript client for the NameGuard API.

54 lines 1.2 kB
{ "name": "@namehash/nameguard", "description": "A lightweight JavaScript client for the NameGuard API.", "version": "0.9.0", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/namehash/namekit.git", "directory": "packages/nameguard-sdk" }, "homepage": "https://github.com/namehash/namekit/tree/main/packages/nameguard-sdk", "keywords": [ "ENS", "NameKit", "NameHash", "NameGuard", "NFT" ], "type": "module", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "default": "./dist/index.js" } }, "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist", "README.md" ], "sideEffects": false, "dependencies": { "cross-fetch": "4.0.0", "@namehash/ens-utils": "1.19.0" }, "devDependencies": { "@types/node": "22.7.4", "tsup": "8.3.5", "typescript": "5.6.2", "vitest": "1.6.0", "@namekit/tsconfig": "0.2.0" }, "publishConfig": { "access": "public" }, "scripts": { "build": "tsup", "dev": "tsup --watch --clean=false", "test": "vitest" } }