UNPKG

@astermind/astermind-pro

Version:

Astermind Pro - Premium ML Toolkit with Advanced RAG, Reranking, Summarization, and Information Flow Analysis

83 lines (82 loc) 2.51 kB
{ "name": "@astermind/astermind-pro", "version": "1.1.7", "description": "Astermind Pro - Premium ML Toolkit with Advanced RAG, Reranking, Summarization, and Information Flow Analysis", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc && node scripts/copy-docs.js", "dev": "tsc --watch", "start": "node dist/index.js", "test": "node test/run-tests.cjs all", "test:basic": "node test/run-tests.cjs basic", "test:math": "node test/run-tests.cjs math", "test:license": "node test/run-tests.cjs license", "test:exports": "node test/run-tests.cjs exports", "test:integration": "node test/run-tests.cjs integration", "test:functional": "node test/run-tests.cjs functional", "test:reranking": "node test/run-tests.cjs reranking", "test:summarization": "node test/run-tests.cjs summarization", "test:errors": "node test/run-tests.cjs errors", "test:advanced-math": "node test/run-tests.cjs advanced-math", "test:validation": "node test/run-tests.cjs validation", "test:comprehensive": "node test/run-tests.cjs comprehensive", "prepublishOnly": "npm run build && npm run test:exports" }, "keywords": [ "machine-learning", "rag", "retrieval-augmented-generation", "reranking", "summarization", "transfer-entropy", "information-flow", "extreme-learning-machine", "elm", "premium", "astermind" ], "author": "AsterMind AI Co", "license": "PROPRIETARY", "type": "module", "repository": { "type": "git", "url": "https://github.com/astermindai/astermind-pro.git" }, "bugs": { "url": "https://github.com/astermindai/astermind-pro/issues" }, "homepage": "https://astermind.ai", "files": [ "dist", "README.md", "docs", "EULA.md", "TERMS_OF_SERVICE.md", "PRIVACY_POLICY.md" ], "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "default": "./dist/index.js" }, "./workers/dev-worker": "./dist/workers/dev-worker.js", "./workers/prod-worker": "./dist/workers/prod-worker.js" }, "devDependencies": { "@types/node": "^24.10.1", "typescript": "^5.9.3" }, "dependencies": { "@astermind/astermind-elm": "^2.1.1", "@astermind/astermind-synthetic-data": "^1.0.4", "@astermindai/license-runtime": "^0.1.3" }, "peerDependencies": { "@astermind/astermind-elm": "^2.1.1" }, "publishConfig": { "access": "public" } }