UNPKG

@openlabels/oli-sdk

Version:

TypeScript/JavaScript SDK for querying Open Labels Initiative (OLI) address labels on-chain and off-chain

67 lines (66 loc) 1.53 kB
{ "name": "@openlabels/oli-sdk", "version": "0.1.2", "description": "TypeScript/JavaScript SDK for querying Open Labels Initiative (OLI) address labels on-chain and off-chain", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.js" } }, "files": [ "dist" ], "scripts": { "build": "tsup", "dev": "tsup --watch", "lint": "eslint \"src/**/*.{ts,tsx}\"", "test": "tsx tests/live-address.test.ts", "prepublishOnly": "npm run build" }, "keywords": [ "ethereum", "labels", "addresses", "blockchain", "web3", "attestations", "eas", "oli", "open-labels-initiative", "openlabelsinitiative", "openlabels" ], "author": "Open Labels Initiative", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/openlabelsinitiative/oli-sdk.git" }, "publishConfig": { "access": "public" }, "devDependencies": { "@eslint/js": "^9.39.1", "@types/js-yaml": "^4.0.9", "@types/node": "^20.0.0", "@typescript-eslint/eslint-plugin": "^8.47.0", "@typescript-eslint/parser": "^8.47.0", "eslint": "^9.39.1", "tsup": "^8.0.0", "tsx": "^4.7.0", "typescript": "^5.3.0", "typescript-eslint": "^8.47.0" }, "dependencies": { "js-yaml": "^4.1.0", "zod": "^3.23.8" }, "engines": { "node": ">=16.0.0" } }