{
  "name": "promptmin",
  "version": "1.0.2",
  "license": "MIT",
  "private": false,
  "type": "module",
  "bin": {
    "promptmin": "dist/cli.js"
  },
  "files": [
    "dist/**",
    "LICENSE",
    "README.md",
    "package.json"
  ],
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "prompt",
    "prompt-engineering",
    "llm",
    "eval",
    "ddmin",
    "delta-debugging",
    "debugging",
    "testing",
    "cli"
  ],
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "prepack": "npm run build",
    "pack:smoke": "npm run build && npm pack --pack-destination /tmp >/dev/null",
    "typecheck": "tsc -p tsconfig.json --noEmit",
    "test": "npm run build && node --test test/*.test.js"
  },
  "devDependencies": {
    "@types/node": "^22.0.0",
    "typescript": "^5.6.0"
  }
}
