UNPKG

@plastichub/osr-ai-tools

Version:

CLI and library for LLM tools

58 lines (57 loc) 1.49 kB
{ "name": "@plastichub/osr-ai-tools", "version": "0.3.0", "description": "CLI and library for LLM tools", "main": "index.js", "publishConfig": { "access": "public" }, "bin": { "osr-ai-tools": "./main.js" }, "scripts": { "build": "tsc -p . --declaration", "start": "node ./main.js", "dev": "tsc -p . --watch --declaration", "types": "ts-node src/main.ts types", "list": "ts-node src/main.ts list" }, "dependencies": { "@plastichub/core": "^0.2.6", "@plastichub/fs": "^0.13.40", "@plastichub/osr-commons": "^0.5.0", "@plastichub/osr-log": "^0.1.6", "@plastichub/osr-mail": "^0.1.5", "axios": "^1.7.9", "cheerio": "^1.0.0", "find-up": "^5.0.0", "inquirer": "^12.2.0", "jsdom": "^25.0.1", "marked": "^15.0.4", "mime-types": "^2.1.35", "nodemailer": "^6.9.16", "openai": "^4.76.3", "p-map": "^4.0.0", "puppeteer": "^23.11.1", "screenshot-desktop": "^1.15.0", "showdown": "^2.1.0", "simple-git": "^3.27.0", "tslog": "^4.9.3", "turndown": "^7.2.0", "type-fest": "^4.30.2", "winston": "^3.17.0", "yargs": "^17.7.2", "zod": "^3.24.1", "zod-to-json-schema": "^3.24.1" }, "devDependencies": { "@types/jsdom": "^21.1.7", "@types/marked": "^6.0.0", "@types/node": "^18.19.68", "@types/nodemailer": "^6.4.17", "@types/turndown": "^5.0.5", "@types/yargs": "^17.0.33", "ts-node": "^10.9.0", "typescript": "^4.9.5" } }