UNPKG

@astrasyncai/sdk

Version:

Official Node.js SDK for the AstraSync KYA Platform — register and manage AI agents with verified identities

58 lines (57 loc) 1.26 kB
{ "name": "@astrasyncai/sdk", "version": "2.0.0", "description": "Official Node.js SDK for the AstraSync KYA Platform — register and manage AI agents with verified identities", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "bin": { "astrasync": "./dist/cli.js" }, "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.js" } }, "files": [ "dist", "README.md" ], "scripts": { "build": "tsup", "dev": "tsup --watch", "lint": "eslint src --ext .ts", "typecheck": "tsc --noEmit", "test": "vitest run", "test:watch": "vitest watch", "clean": "rm -rf dist" }, "keywords": [ "astrasync", "kya", "ai-agents", "trust", "verification", "identity", "pdlss" ], "author": "AstraSync", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/AstraSync-KYA/KYA-Platform.git", "directory": "packages/node-sdk" }, "dependencies": { "ethers": "^6.13.0" }, "devDependencies": { "@types/node": "^20.10.0", "eslint": "^8.56.0", "tsup": "^8.0.1", "typescript": "^5.3.3", "vitest": "^4.0.18" } }