{
  "name": "redteam-chatbot",
  "version": "0.0.0",
  "description": "A simple chatbot for testing multi-turn redteam scenarios in Promptfoo",
  "main": "app.js",
  "scripts": {
    "start": "node app.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "Promptfoo",
  "license": "MIT",
  "dependencies": {
    "express": "^5.2.1",
    "promptfoo": "^0.121.0"
  }
}
