{
  "name": "http-provider-auth-signature-jks",
  "version": "1.0.0",
  "description": "Example HTTP provider with JKS certificate signature authentication",
  "main": "app.js",
  "scripts": {
    "start": "node app.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "dependencies": {
    "express": "^5.2.1",
    "express-rate-limit": "^8.2.1",
    "promptfoo": "^0.121.0",
    "jks-js": "^1.1.5"
  },
  "keywords": [
    "promptfoo",
    "authentication",
    "jks",
    "certificates",
    "signature"
  ],
  "author": "",
  "license": "MIT"
}
