/
githubmirror
/
next.js
Обзор
Документация
Войти
/
githubmirror
/
next.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
canary
packages/devlow-bench/package.json
56 строк
1 KB
next-js-bot[bot]
v16.3.1-canary.12
11 авг 2026, 20:23
Не верифицирован
11 авг 2026, 20:23
40503aa
Код
Авторство
О чём код?
{ "name": "@vercel/devlow-bench", "private": true, "version": "16.3.1-canary.12", "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", "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" } }