UNPKG

plugai

Version:

PlugAI is a library that provides interfaces to various AI models like Gemini, DeepSeek, and OpenAI.

40 lines (39 loc) 840 B
{ "name": "plugai", "version": "1.0.2", "main": "dist/index.js", "types": "dist/index.d.ts", "module": "dist/index.mjs", "repository": { "type": "git", "url": "git+https://github.com/chinmayPatil10/plugai.git" }, "bugs": { "url": "https://github.com/chinmayPatil10/plugai/issues" }, "homepage": "https://github.com/chinmayPatil10/plugai#readme", "scripts": { "build": "tsup", "prepare": "npm run build", "clean": "rm -rf dist", "prepublishOnly": "npm run build" }, "keywords": [ "AI", "Gemini", "DeepSeek", "OpenAI", "API", "Machine Learning" ], "author": "", "license": "ISC", "description": "", "dependencies": { "@types/node": "^22.13.10", "axios": "^1.8.2", "dotenv": "^16.4.7", "tsup": "^8.4.0", "typescript": "^5.8.2" } }