UNPKG

morpheus-node

Version:

Official Node.js SDK for the Morpheus API Gateway - Connect to the Morpheus-Lumerin AI Marketplace

60 lines (59 loc) 1.27 kB
{ "name": "morpheus-node", "version": "0.2.6", "description": "Official Node.js SDK for the Morpheus API Gateway - Connect to the Morpheus-Lumerin AI Marketplace", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "dev": "tsc --watch", "test": "jest", "lint": "eslint src --ext .ts", "prepublishOnly": "npm run build" }, "keywords": [ "morpheus", "ai", "api", "sdk", "node", "typescript", "lumerin", "marketplace", "llm", "chat", "completions", "mor" ], "author": "Morpheus", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/morpheus/morpheus-node.git" }, "bugs": { "url": "https://github.com/morpheus/morpheus-node/issues" }, "homepage": "https://mor.org", "dependencies": { "cross-fetch": "^4.0.0", "eventemitter3": "^5.0.1" }, "devDependencies": { "@types/node": "^20.10.0", "@typescript-eslint/eslint-plugin": "^6.13.0", "@typescript-eslint/parser": "^6.13.0", "eslint": "^8.54.0", "jest": "^29.7.0", "ts-jest": "^29.1.1", "typescript": "^5.3.0" }, "engines": { "node": ">=14.0.0" }, "files": [ "dist", "README.md", "LICENSE" ] }