mirror of
https://github.com/danbulant/oxc
synced 2026-05-20 04:38:54 +00:00
12 lines
260 B
JSON
12 lines
260 B
JSON
{
|
|
"name": "benchmark",
|
|
"version": "1.0.0",
|
|
"main": "run.js",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@typescript-eslint/eslint-plugin": "^5.60.0",
|
|
"@typescript-eslint/parser": "5.60.0",
|
|
"eslint": "latest",
|
|
"typescript": "5.1.3"
|
|
}
|
|
}
|