mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 20:32:10 +00:00
25 lines
593 B
JSON
25 lines
593 B
JSON
{
|
|
"name": "oxlint",
|
|
"version": "0.0.13",
|
|
"description": "Linter for the JavaScript Oxidation Compiler",
|
|
"keywords": [],
|
|
"author": "Boshen and oxc contributors",
|
|
"license": "MIT",
|
|
"homepage": "https://github.com/web-infra-dev/oxc",
|
|
"bugs": "https://github.com/web-infra-dev/oxc/issues",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/web-infra-dev/oxc",
|
|
"directory": "npm/oxlint"
|
|
},
|
|
"bin": "bin/oxlint",
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/Boshen"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.*"
|
|
},
|
|
"files": [
|
|
"bin/oxlint"
|
|
]
|
|
}
|