UNPKG

services-as-software

Version:

Primitives for building AI-powered services that operate as software

36 lines (35 loc) 741 B
{ "name": "services-as-software", "version": "2.0.2", "description": "Primitives for building AI-powered services that operate as software", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "exports": { ".": { "import": "./dist/index.js", "types": "./dist/index.d.ts" } }, "scripts": { "build": "tsc", "dev": "tsc --watch", "test": "vitest", "typecheck": "tsc --noEmit", "lint": "eslint .", "clean": "rm -rf dist" }, "dependencies": { "ai-database": "2.0.2", "ai-functions": "2.0.2", "digital-workers": "2.0.2", "rpc.do": "^0.1.0" }, "keywords": [ "services", "software", "ai", "primitives" ], "license": "MIT" }