|
| 1 | +{ |
| 2 | + "name": "@rnx-kit/oxlint-config", |
| 3 | + "version": "0.0.1", |
| 4 | + "description": "Shareable oxlint configs", |
| 5 | + "homepage": "https://github.com/microsoft/rnx-kit/tree/main/packages/oxlint-config#readme", |
| 6 | + "license": "MIT", |
| 7 | + "author": { |
| 8 | + "name": "Microsoft Open Source", |
| 9 | + "email": "microsoftopensource@users.noreply.github.com" |
| 10 | + }, |
| 11 | + "repository": { |
| 12 | + "type": "git", |
| 13 | + "url": "https://github.com/microsoft/rnx-kit", |
| 14 | + "directory": "packages/oxlint-config" |
| 15 | + }, |
| 16 | + "files": [ |
| 17 | + "src" |
| 18 | + ], |
| 19 | + "type": "module", |
| 20 | + "main": "recommended.ts", |
| 21 | + "exports": { |
| 22 | + ".": { |
| 23 | + "default": "./src/configs/recommended.ts" |
| 24 | + }, |
| 25 | + "./eslint-recommended": { |
| 26 | + "default": "./src/configs/eslint-recommended.ts" |
| 27 | + }, |
| 28 | + "./private": { |
| 29 | + "default": "./private.ts" |
| 30 | + }, |
| 31 | + "./recommended": { |
| 32 | + "default": "./src/configs/recommended.ts" |
| 33 | + }, |
| 34 | + "./sdl-common": { |
| 35 | + "default": "./src/configs/sdl-common.ts" |
| 36 | + }, |
| 37 | + "./sdl-node": { |
| 38 | + "default": "./src/configs/sdl-node.ts" |
| 39 | + }, |
| 40 | + "./sdl-react": { |
| 41 | + "default": "./src/configs/sdl-react.ts" |
| 42 | + }, |
| 43 | + "./strict": { |
| 44 | + "default": "./src/configs/strict.ts" |
| 45 | + }, |
| 46 | + "./typescript-recommended": { |
| 47 | + "default": "./src/configs/typescript-recommended.ts" |
| 48 | + }, |
| 49 | + "./typescript-stylistic": { |
| 50 | + "default": "./src/configs/typescript-stylistic.ts" |
| 51 | + }, |
| 52 | + "./package.json": "./package.json" |
| 53 | + }, |
| 54 | + "scripts": { |
| 55 | + "build": "rnx-kit-scripts build", |
| 56 | + "format": "rnx-kit-scripts format" |
| 57 | + }, |
| 58 | + "dependencies": { |
| 59 | + "@microsoft/eslint-plugin-sdl": "^1.0.0", |
| 60 | + "@react-native/eslint-plugin": "^0.84.0", |
| 61 | + "@rnx-kit/eslint-plugin": "^0.9.6" |
| 62 | + }, |
| 63 | + "devDependencies": { |
| 64 | + "@rnx-kit/scripts": "*", |
| 65 | + "@rnx-kit/tsconfig": "*", |
| 66 | + "eslint": "^9.0.0", |
| 67 | + "oxlint": "^1.50.0" |
| 68 | + }, |
| 69 | + "peerDependencies": { |
| 70 | + "eslint": "^9.0.0", |
| 71 | + "oxlint": "^1.50.0" |
| 72 | + }, |
| 73 | + "peerDependenciesMeta": { |
| 74 | + "eslint": { |
| 75 | + "optional": true |
| 76 | + } |
| 77 | + }, |
| 78 | + "engines": { |
| 79 | + "node": ">=22.11" |
| 80 | + } |
| 81 | +} |
0 commit comments