mirror of
https://github.com/vercel/next.js.git
synced 2026-09-20 02:25:18 +08:00
57 lines
1.5 KiB
JSON
57 lines
1.5 KiB
JSON
{
|
|
"name": "@vercel/devlow-bench",
|
|
"version": "16.4.0-canary.36",
|
|
"description": "Benchmarking tool for the developer workflow",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/vercel/next.js",
|
|
"directory": "packages/devlow-bench"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"type": "module",
|
|
"main": "dist/index.js",
|
|
"bin": "dist/cli.js",
|
|
"scripts": {
|
|
"lint": "eslint src/",
|
|
"test": "node --import tsx --test src/**/*-test.ts",
|
|
"build": "tsc"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"keywords": [],
|
|
"author": "Tobias Koppers",
|
|
"license": "MIT",
|
|
"exports": {
|
|
".": "./dist/index.js",
|
|
"./browser": "./dist/browser.js",
|
|
"./shell": "./dist/shell.js",
|
|
"./file": "./dist/file.js",
|
|
"./interfaces/compose": "./dist/interfaces/compose.js",
|
|
"./interfaces/console": "./dist/interfaces/console.js",
|
|
"./interfaces/interactive": "./dist/interfaces/interactive.js",
|
|
"./interfaces/json": "./dist/interfaces/json.js"
|
|
},
|
|
"devDependencies": {
|
|
"@types/inquirer": "^9.0.3",
|
|
"@types/minimist": "^1.2.2",
|
|
"@types/node": "^20.3.0",
|
|
"@types/split2": "^4.2.0",
|
|
"tsx": "4.19.2"
|
|
},
|
|
"dependencies": {
|
|
"@datadog/datadog-api-client": "^1.13.0",
|
|
"commander": "^14.0.3",
|
|
"inquirer": "^9.2.7",
|
|
"jstat": "^1.9.6",
|
|
"minimist": "^1.2.8",
|
|
"picocolors": "1.0.1",
|
|
"pidusage-tree": "^2.0.5",
|
|
"playwright-chromium": "1.61.0",
|
|
"split2": "^4.2.0",
|
|
"tree-kill": "^1.2.2"
|
|
}
|
|
}
|