Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

package.json 542 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
  1. {
  2. "name": "http-provider-auth-signature-pfx",
  3. "version": "1.0.0",
  4. "description": "Example HTTP provider with PFX certificate signature authentication",
  5. "main": "app.js",
  6. "scripts": {
  7. "start": "node app.js",
  8. "test": "echo \"Error: no test specified\" && exit 1"
  9. },
  10. "dependencies": {
  11. "express": "^5.1.0",
  12. "pem": "^1.14.8",
  13. "promptfoo": "^0.116.7"
  14. },
  15. "keywords": [
  16. "promptfoo",
  17. "authentication",
  18. "pfx",
  19. "pkcs12",
  20. "certificates",
  21. "signature"
  22. ],
  23. "author": "",
  24. "license": "MIT"
  25. }
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...