oxlint
Version:
Linter for the JavaScript Oxidation Compiler
41 lines • 1.07 kB
JSON
{
"name": "oxlint",
"version": "0.15.11",
"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": ">=8.*"
},
"files": [
"bin/oxlint",
"bin/oxc_language_server",
"configuration_schema.json",
"README.md"
],
"optionalDependencies": {
"@oxlint/win32-x64": "0.15.11",
"@oxlint/win32-arm64": "0.15.11",
"@oxlint/linux-x64-gnu": "0.15.11",
"@oxlint/linux-arm64-gnu": "0.15.11",
"@oxlint/linux-x64-musl": "0.15.11",
"@oxlint/linux-arm64-musl": "0.15.11",
"@oxlint/darwin-x64": "0.15.11",
"@oxlint/darwin-arm64": "0.15.11"
}
}