mirror of
https://github.com/danbulant/oxc
synced 2026-05-19 04:08:41 +00:00
31 lines
722 B
JSON
31 lines
722 B
JSON
{
|
|
"name": "oxlint",
|
|
"version": "0.14.1",
|
|
"description": "Linter for the JavaScript Oxidation Compiler",
|
|
"keywords": [],
|
|
"author": "Boshen and oxc contributors",
|
|
"license": "MIT",
|
|
"homepage": "https://oxc.rs",
|
|
"bugs": "https://github.com/oxc-project/oxc/issues",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/oxc-project/oxc",
|
|
"directory": "npm/oxlint"
|
|
},
|
|
"bin": {
|
|
"oxlint": "bin/oxlint",
|
|
"oxc_language_server": "bin/oxc_language_server"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/Boshen"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.*"
|
|
},
|
|
"files": [
|
|
"bin/oxlint",
|
|
"bin/oxc_language_server",
|
|
"configuration_schema.json",
|
|
"README.md"
|
|
]
|
|
}
|