{
  "name": "@cat-factory/prompt-fragments",
  "version": "0.15.22",
  "description": "Curated, versioned best-practice prompt fragments injected into agent system prompts.",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kibertoad/cat-factory.git",
    "directory": "backend/packages/prompt-fragments"
  },
  "files": [
    "dist"
  ],
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./package.json": "./package.json"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@cat-factory/contracts": "0.199.0"
  },
  "devDependencies": {
    "typescript": "7.0.2",
    "vitest": "^4.1.10"
  },
  "scripts": {
    "build": "tsc -b tsconfig.build.json",
    "typecheck": "tsc -p tsconfig.json --noEmit",
    "test": "vitest",
    "test:run": "vitest run"
  }
}