oxc/npm/oxlint/package.json
2023-07-29 13:40:35 +08:00

25 lines
571 B
JSON

{
"name": "oxlint",
"version": "0.0.7",
"description": "Linter for the JavaScript Oxidation Compiler",
"keywords": [],
"author": "Boshen and oxc contributors",
"license": "MIT",
"homepage": "https://github.com/Boshen/oxc",
"bugs": "https://github.com/Boshen/oxc/issues",
"repository": {
"type": "git",
"url": "https://github.com/Boshen/oxc",
"directory": "npm/oxlint"
},
"bin": "bin/oxlint",
"funding": {
"url": "https://github.com/sponsors/Boshen"
},
"engines": {
"node": ">=14.*"
},
"files": [
"bin/oxlint"
]
}