UNPKG

evmauth

Version:

TypeScript SDK for interacting with EVMAuth smart contracts deployed to Ethereum, Radius, and other EVM-compatible networks.

82 lines (81 loc) 1.79 kB
{ "name": "evmauth", "version": "0.2.0", "description": "TypeScript SDK for interacting with EVMAuth smart contracts deployed to Ethereum, Radius, and other EVM-compatible networks.", "type": "module", "exports": { ".": { "import": "./dist/index.js", "types": "./dist/index.d.ts" } }, "main": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist" ], "engines": { "node": ">=18.0.0" }, "devEngines": { "runtime": { "name": "node", "onFail": "error" }, "packageManager": { "name": "pnpm", "onFail": "error" } }, "repository": { "type": "git", "url": "git+https://github.com/evmauth/evmauth-ts.git" }, "license": "MIT", "scripts": { "build": "tsc", "check": "biome check --write . && biome format --write . && tsc --noEmit", "coverage": "vitest run --coverage", "lint": "biome check --write .", "lint:unsafe": "biome check --unsafe --write .", "format": "biome format --write .", "format:unsafe": "biome format --unsafe --write .", "test": "vitest --run", "typecheck": "tsc --noEmit" }, "dependencies": { "ethers": "^6.14" }, "devDependencies": { "@biomejs/biome": "^1.9.4", "@vitest/coverage-v8": "3.1.3", "typescript": "^5", "vitest": "^3.1.3" }, "homepage": "https://github.com/evmauth/evmauth-ts/#readme", "bugs": { "url": "https://github.com/evmauth/evmauth-ts/issues" }, "publishConfig": { "access": "public" }, "keywords": [ "evm", "auth", "authentication", "authorization", "contract", "payment", "transaction", "ethereum", "radius", "crypto", "web3", "x402", "access", "token", "acl", "security", "ai" ] }