{ "name": "http-provider-auth-signature", "version": "1.0.0", "description": "Example HTTP provider with signature authentication", "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", "express-rate-limit": "^8.2.1", "promptfoo": "^0.121.0" } }