mirror of
https://github.com/biomejs/biome.git
synced 2025-12-23 08:21:13 +00:00
20 lines
455 B
JSON
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"
|
|
}
|
|
}
|