oxc/npm/oxlint/package.json
2024-12-06 13:06:54 +08:00

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"
]
}