biome/benchmark/package.json
renovate[bot] 01c2981c3f
chore(deps): update typescript-eslint monorepo to v8.46.4 (#8127)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-17 12:46:59 +09:00

20 lines
455 B
JSON

{
"name": "@biomejs/benchmark",
"version": "1.0.0",
"description": "",
"private": true,
"main": "run.js",
"author": "Biome Developers and Contributors",
"license": "MIT OR Apache-2.0",
"type": "module",
"engines": {
"node": ">20.0.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "8.46.4",
"@typescript-eslint/parser": "8.46.4",
"dprint": "0.50.2",
"eslint": "9.39.1",
"prettier": "3.6.2"
}
}