vite-plugin-oxlint
Version:
Oxlint plugin for vite.
66 lines (65 loc) • 1.63 kB
JSON
{
"name": "vite-plugin-oxlint",
"version": "2.1.2",
"description": "Oxlint plugin for vite.",
"author": "Arnaud Riu",
"license": "MIT",
"homepage": "https://github.com/52-entertainment/vite-plugin-oxlint",
"repository": {
"type": "git",
"url": "git+https://github.com/52-entertainment/vite-plugin-oxlint.git"
},
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.cts",
"exports": {
".": {
"import": {
"types": "./dist/index.d.mts",
"default": "./dist/index.mjs"
},
"require": {
"types": "./dist/index.d.cts",
"default": "./dist/index.cjs"
}
}
},
"files": [
"dist"
],
"scripts": {
"build": "tsdown",
"typecheck": "tsc --noEmit",
"test": "vitest run",
"test:watch": "vitest",
"fmt": "oxfmt",
"fmt:check": "oxfmt --check",
"lint": "oxlint",
"lint:fix": "oxlint --fix",
"prepublishOnly": "pnpm run build"
},
"keywords": [
"oxlint",
"vite",
"vite-plugin"
],
"dependencies": {
"cross-spawn": "^7.0.6",
"package-manager-detector": "^1.6.0"
},
"devDependencies": {
"@types/cross-spawn": "^6.0.6",
"@types/node": "^25.9.3",
"oxfmt": "^0.54.0",
"oxlint": "^1.69.0",
"tsdown": "^0.22.2",
"typescript": "^6.0.3",
"vite": "^8.0.16",
"vitest": "^4.1.8"
},
"peerDependencies": {
"oxlint": ">=0.9.0",
"vite": ">=5.0.0"
},
"packageManager": "pnpm@10.34.2+sha512.9ae7e3fe477c52bbce1ddc8aa196ff243ed4b48f1ceaa7455820adfa7a48b5f57e817ed2d20e5f3c2c3646dfedba360567693e534572dccd252fb2eb8b7c044c"
}