{
  "name": "retort-js",
  "version": "0.0.7",
  "description": "Intuitive, production-ready prompt chaining in Javascript",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "repository": {
    "url": "https://github.com/retort-js/retort-js"
  },
  "scripts": {
    "build": "tsc",
    "start": "ts-node src/index.ts",
    "publish-to-npm": "npm run build && npm publish --access public",
    "test": "vitest run",
    "test-watch": "vitest",
    "ci": "npm run build && npm run test"
  },
  "keywords": [
    "Retort",
    "Retort-js",
    "Prompting",
    "Prompt-chaining",
    "LLM",
    "AI"
  ],
  "author": "Daniel Huggins",
  "license": "MIT",
  "devDependencies": {
    "@types/node": "^20.11.16",
    "ts-node": "^10.9.2",
    "typescript": "^5.3.3",
    "vitest": "^1.3.1"
  },
  "dependencies": {
    "@anthropic-ai/sdk": "^0.20.9",
    "openai": "^4.52.2"
  }
}
