UNPKG

@yogesh0333/yogiway-prompt

Version:

Free & Open Source Prompt Optimization Library - Save 30-50% on AI API costs. Multi-language, multi-platform support.

59 lines (58 loc) 1.21 kB
{ "name": "@yogesh0333/yogiway-prompt", "version": "0.1.2", "description": "Free & Open Source Prompt Optimization Library - Save 30-50% on AI API costs. Multi-language, multi-platform support.", "main": "dist/index.js", "types": "dist/index.d.ts", "bin": { "yogiway-prompt": "./dist/src/cli/index.js" }, "files": [ "dist", "README.md", "LICENSE", "python", "examples" ], "scripts": { "build": "tsc", "test": "jest", "watch": "tsc -w", "prepublishOnly": "npm run build", "cli": "node dist/cli/index.js" }, "keywords": [ "yogiway", "prompt", "optimization", "llm", "ai", "openai", "anthropic", "claude", "gpt", "token", "cost", "savings", "free", "open-source" ], "author": "Yogesh Kumar", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/yogesh0333/yogiway.git", "directory": "packages/yogiway-prompt" }, "publishConfig": { "access": "public" }, "dependencies": {}, "devDependencies": { "@types/jest": "^29.5.0", "@types/node": "^18.0.0", "jest": "^29.5.0", "ts-jest": "^29.1.0", "typescript": "^5.0.0" } }