Skip to main content
Module

x/fastro/benchmarks/package.json

Fast and simple web application framework for deno
Go to Latest
File
{ "name": "benchmark", "version": "1.0.0", "description": "", "main": "index.js", "private": true, "scripts": { "start": "node benchmark.js start", "benchmark": "node benchmark.js benchmark", "kill": "node benchmark.js kill", "compile": "node benchmark.js compile" }, "author": "ynwd", "license": "ISC", "dependencies": { "express": "^4.17.1", "fastify": "^3.0.2" }, "devDependencies": { "autocannon": "^4.6.0" }}