{
  "name": "@imaginary-dev/runtime",
  "version": "0.0.7",
  "description": "Runs imaginary functions as LLM prompts",
  "files": [
    "dist"
  ],
  "main": "dist/prompt-engine/src/index.js",
  "scripts": {
    "test": "jest",
    "coverage": "jest --coverage",
    "build": "tsc",
    "clean": "rm -rf dist/",
    "full-clean": "npm run clean && rm -rf node_modules"
  },
  "author": "Sasha Aickin",
  "license": "MIT",
  "dependencies": {
    "@imaginary-dev/util": "*",
    "@ltd/j-toml": "^1.35.2",
    "ajv": "^8.12.0",
    "async-retry": "^1.3.3",
    "openai": "^3.2.1",
    "peggy": "^3.0.2",
    "uuid": "^8.3.2"
  },
  "devDependencies": {
    "@types/async-retry": "^1.4.5",
    "@types/retry": "^0.12.2",
    "@types/uuid": "^8.3.4"
  }
}
