UNPKG

vite-plugin-oxlint

Version:
50 lines (49 loc) 1.28 kB
{ "name": "vite-plugin-oxlint", "version": "1.5.0", "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.mjs", "module": "./dist/index.mjs", "types": "dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.js" } }, "files": [ "dist" ], "scripts": { "build": "tsc && node rename-to-mjs.js", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "oxlint", "vite", "vite-plugin" ], "dependencies": { "@types/cross-spawn": "^6.0.6", "cross-spawn": "^7.0.6", "oxlint": "^1.29.0", "package-manager-detector": "^1.5.0" }, "devDependencies": { "@types/node": "^24.10.1", "typescript": "^5.9.3", "vite": "^7.2.4" }, "peerDependencies": { "vite": "^7.2.2" }, "packageManager": "pnpm@10.22.0+sha512.bf049efe995b28f527fd2b41ae0474ce29186f7edcb3bf545087bd61fbbebb2bf75362d1307fda09c2d288e1e499787ac12d4fcb617a974718a6051f2eee741c" }