UNPKG

@smythos/sdk

Version:
87 lines 2.3 kB
{ "name": "@smythos/sdk", "version": "1.0.42", "description": "SRE SDK", "keywords": [ "smythos", "agentic AI", "smyth", "AI", "LLM", "RAG", "vector database", "vector search", "vector similarity", "vector similarity search", "sre", "sdk" ], "author": "Alaa-eddine KADDOURI", "license": "MIT", "main": "dist/index.js", "types": "dist/types/index.d.ts", "exports": { ".": { "import": "./dist/index.js", "types": "./dist/types/index.d.ts" } }, "files": [ "dist", "src", "README.md", "CHANGELOG.md" ], "type": "module", "engines": { "node": ">=18.0.0", "npm": ">=8.0.0" }, "repository": { "type": "git", "url": "https://github.com/smythos/sre.git", "directory": "packages/sdk" }, "bugs": { "url": "https://github.com/smythos/sre/issues" }, "homepage": "https://github.com/SmythOS/sre/tree/main/packages/sdk#readme", "dependencies": { "@modelcontextprotocol/sdk": "^1.13.0", "@types/mime-types": "^3.0.1", "acorn": "^8.14.1", "chalk": "^5.4.1", "express": "^4.21.2", "mammoth": "^1.9.1", "mime-types": "^3.0.1", "pdfjs-dist": "^4.0.379", "@smythos/sre": "1.5.44" }, "devDependencies": { "@rollup/plugin-json": "^6.1.0", "@rollup/pluginutils": "^5.1.0", "cross-env": "^7.0.3", "ctix": "^2.7.1", "esbuild": "^0.25.0", "knip": "^5.60.2", "rollup-plugin-esbuild": "^6.1.1", "rollup-plugin-sourcemaps": "^0.6.3", "rollup-plugin-terser": "^7.0.2", "rollup-plugin-typescript-paths": "^1.5.0", "typedoc": "^0.28.5", "typedoc-github-theme": "^0.3.0", "typescript": "^5.4.5" }, "scripts": { "gen:components": "node scripts/generate-components.js", "gen:types": "node scripts/generate-types.js", "gen:barrel": "ctix build", "gen:all": "pnpm run gen:types && pnpm run gen:components && pnpm run gen:barrel", "build:types": "tsc --emitDeclarationOnly --declaration --outDir dist/types -p tsconfig.dts.json", "build:jsbundle": "cross-env BUILD=dev rollup -c", "build": "pnpm run gen:all && pnpm run build:jsbundle && pnpm run build:types", "gen:docs": "typedoc", "lint": "echo 'Lint script not implemented'", "knip": "knip" } }