rsnext/bench/next-minimal-server/package.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
215 B
JSON
Raw Normal View History

{
"name": "next-minimal-server",
"description": "Minimal server for Next.js for benchmarking/perf analysis purposes.",
"bin": "./bin/minimal-server.js",
"peerDependencies": {
"next": "workspace:*"
}
}