| 1234567891011121314151617181920212223242526272829303132333435 |
- {
- "name": "@vben/oxlint-config",
- "version": "5.7.0",
- "private": true,
- "homepage": "https://github.com/vbenjs/vue-vben-admin",
- "bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/vbenjs/vue-vben-admin.git",
- "directory": "internal/lint-configs/oxlint-config"
- },
- "license": "MIT",
- "type": "module",
- "scripts": {
- "stub": "pnpm exec tsdown"
- },
- "files": [
- "dist"
- ],
- "main": "./dist/index.mjs",
- "module": "./dist/index.mjs",
- "types": "./dist/index.d.ts",
- "exports": {
- ".": {
- "types": "./dist/index.d.ts",
- "import": "./dist/index.mjs"
- }
- },
- "dependencies": {
- "@eslint-community/eslint-plugin-eslint-comments": "catalog:",
- "eslint-plugin-better-tailwindcss": "catalog:",
- "eslint-plugin-command": "catalog:",
- "oxlint": "catalog:"
- }
- }
|