oxc/npm/oxlint/package.json
oxc-bot 1dad9fa301
release(oxlint): v0.9.5 (#5724)
## [0.9.5] - 2024-09-12

### Features

- 4b04f65 linter: Implement `no-plusplus` rule (#5570) (Cam McHenry)

---------

Co-authored-by: Boshen <1430279+Boshen@users.noreply.github.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2024-09-12 16:59:25 +08:00

28 lines
647 B
JSON

{
"name": "oxlint",
"version": "0.9.5",
"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": "bin/oxlint",
"funding": {
"url": "https://github.com/sponsors/Boshen"
},
"engines": {
"node": ">=14.*"
},
"files": [
"bin/oxlint",
"bin/oxc_language_server",
"configuration_schema.json",
"README.md"
]
}