biome/benchmark/package.json
2025-12-04 10:34:53 -05: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.7.4"
}
}