oxc/npm/oxlint/package.json
2023-09-30 00:32:29 +13:00

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