vitrus
Version:
TypeScript client for interfacing with the Vitrus SDK
42 lines (41 loc) • 742 B
JSON
{
"name": "vitrus",
"version": "0.2.7",
"description": "TypeScript client for interfacing with the Vitrus SDK",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"browser": {
"ws": false
},
"scripts": {
"build": "tsc",
"test": "bun test",
"prepublishOnly": "bun run build",
"dev": "tsc --watch"
},
"keywords": [
"vitrus",
"actors",
"agents",
"workflows",
"robotics",
"ai",
"ai-agents",
"ai-workflows",
"ai-actors",
"ai-agents",
"ai-workflows",
"ai-actors"
],
"author": "",
"license": "MIT",
"devDependencies": {
"bun-types": "latest",
"typescript": "^5.0.0",
"ws": "^8.0.0"
},
"dependencies": {}
}