UNPKG

ai-sync

Version:

AI-native sync infrastructure SDK - Your code gains conversational intelligence

58 lines 1.25 kB
{ "name": "ai-sync", "version": "1.0.0", "description": "AI-native sync infrastructure SDK - Your code gains conversational intelligence", "main": "dist/index.js", "types": "dist/index.d.ts", "type": "module", "scripts": { "build": "tsc", "dev": "tsc --watch", "test": "vitest", "prepublishOnly": "npm run build" }, "keywords": [ "ai", "sync", "ai-native", "infrastructure", "stripe", "hubspot", "bidirectional", "intelligent-code", "data-sync", "integration", "conversational-ai", "developer-tools" ], "author": "Wilson Ye", "license": "MIT", "dependencies": { "axios": "^1.6.0", "eventemitter3": "^5.0.1" }, "devDependencies": { "typescript": "^5.3.0", "vitest": "^1.0.0", "@types/node": "^20.0.0" }, "homepage": "https://github.com/universal-sync-engine/ai-sync#readme", "repository": { "type": "git", "url": "git+https://github.com/universal-sync-engine/ai-sync.git" }, "bugs": { "url": "https://github.com/universal-sync-engine/ai-sync/issues" }, "files": [ "dist/**/*", "README.md", "LICENSE" ], "engines": { "node": ">=18.0.0" }, "publishConfig": { "access": "public" } }