package.json 356 B

12345678910111213141516
  1. {
  2. "name": "fastify-tfb",
  3. "version": "0.0.2",
  4. "description": "Fastify tests for TechEmpower Framework Benchmarks.",
  5. "main": "app.js",
  6. "private": true,
  7. "dependencies": {
  8. "fastify": "3.12.0",
  9. "handlebars": "4.7.6",
  10. "knex": "0.21.17",
  11. "mongodb": "3.5.9",
  12. "mysql2": "2.2.5",
  13. "pg": "8.5.1",
  14. "point-of-view": "4.2.0"
  15. }
  16. }