@astrasyncai/sdk
Version:
Universal SDK for registering AI agents with AstraSync
66 lines (65 loc) • 1.54 kB
JSON
{
"name": "@astrasyncai/sdk",
"version": "0.1.0",
"description": "Universal SDK for registering AI agents with AstraSync",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"bin": {
"astrasync": "./dist/cli/index.js"
},
"scripts": {
"build": "tsc",
"clean": "rm -rf dist",
"prebuild": "npm run clean",
"test": "jest",
"lint": "eslint src --ext .ts",
"prepublishOnly": "npm run build",
"example:mcp": "tsx examples/register-mcp.ts",
"example:letta": "tsx examples/register-letta.ts",
"publish:npm": "npm publish --access public --registry https://registry.npmjs.org/"
},
"keywords": [
"astrasync",
"ai",
"agents",
"blockchain",
"compliance",
"mcp",
"letta",
"autogpt",
"openai"
],
"author": "AstraSync AI",
"license": "MIT",
"dependencies": {
"chalk": "^5.3.0",
"commander": "^11.0.0",
"ora": "^6.3.1"
},
"devDependencies": {
"@types/node": "^20.0.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"eslint": "^8.0.0",
"jest": "^29.0.0",
"ts-jest": "^29.0.0",
"tsx": "^4.0.0",
"typescript": "^5.0.0"
},
"files": [
"dist/**/*",
"README.md",
"LICENSE"
],
"engines": {
"node": ">=16.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/AstraSyncAI/astrasync-node-sdk"
},
"bugs": {
"url": "https://github.com/AstraSyncAI/astrasync-node-sdk/issues"
},
"homepage": "https://astrasync.ai"
}