UNPKG

promptstack

Version:

API and CLI for creating, managing, and running LLM prompts.

49 lines (48 loc) 1.03 kB
{ "name": "promptstack", "description": "API and CLI for creating, managing, and running LLM prompts.", "version": "0.0.2", "homepage": "https://github.com/promptstack/promptstack", "repository": "promptstack/promptstack", "bugs": "promptstack/promptstack/issues", "author": "Jon Schlinkert (https://github.com/jonschlinkert)", "license": "MIT", "main": "dist/index.js", "files": [ "dist" ], "scripts": { "build": "npx ncc build index.ts --no-cache -t" }, "keywords": [ "actions", "ai", "chat completion", "chat", "chatgpt", "completion", "github-action", "github-actions", "github", "gpt-3.5", "gpt-3", "gpt-4", "gpt", "gpt2", "gpt3.5", "gpt3", "gpt4", "llm", "model", "openai", "prompt", "prompts", "workflow" ], "devDependencies": { "@types/node": "^20.4.2", "@typescript-eslint/eslint-plugin": "^6.1.0", "@typescript-eslint/parser": "^6.1.0", "@vercel/ncc": "^0.36.1" } }