12345678910111213141516 |
- {
- "name": "fastify-tfb",
- "version": "0.0.2",
- "description": "Fastify tests for TechEmpower Framework Benchmarks.",
- "main": "app.js",
- "private": true,
- "dependencies": {
- "fastify": "3.12.0",
- "handlebars": "4.7.6",
- "knex": "0.21.17",
- "mongodb": "3.5.9",
- "mysql2": "2.2.5",
- "pg": "8.5.1",
- "point-of-view": "4.2.0"
- }
- }
|