UNPKG

eslint-plugin-react-web-api

Version:

ESLint React's ESLint plugin for interacting with Web APIs

89 lines 2.16 kB
{ "name": "eslint-plugin-react-web-api", "version": "1.41.0", "description": "ESLint React's ESLint plugin for interacting with Web APIs", "keywords": [ "react", "web-api", "eslint", "eslint-react", "eslint-plugin", "eslint-plugin-react-web-api" ], "homepage": "https://github.com/Rel1cx/eslint-react", "bugs": { "url": "https://github.com/Rel1cx/eslint-react/issues" }, "repository": { "type": "git", "url": "git+https://github.com/Rel1cx/eslint-react.git", "directory": "packages/plugins/eslint-plugin-react-web-api" }, "license": "MIT", "author": "Rel1cx<rel1cx@proton.me>", "sideEffects": false, "exports": { ".": { "import": { "types": "./dist/index.d.mts", "default": "./dist/index.mjs" }, "require": { "types": "./dist/index.d.ts", "default": "./dist/index.js" } }, "./package.json": "./package.json" }, "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "files": [ "dist", "./package.json" ], "dependencies": { "@typescript-eslint/scope-manager": "^8.29.0", "@typescript-eslint/types": "^8.29.0", "@typescript-eslint/utils": "^8.29.0", "string-ts": "^2.2.1", "ts-pattern": "^5.7.0", "@eslint-react/ast": "1.41.0", "@eslint-react/core": "1.41.0", "@eslint-react/eff": "1.41.0", "@eslint-react/kit": "1.41.0", "@eslint-react/shared": "1.41.0", "@eslint-react/var": "1.41.0", "@eslint-react/jsx": "1.41.0" }, "devDependencies": { "@types/react": "^19.1.0", "@types/react-dom": "^19.1.1", "tsup": "^8.4.0", "@local/configs": "0.0.0" }, "peerDependencies": { "eslint": "^8.57.0 || ^9.0.0", "typescript": "^4.9.5 || ^5.3.3" }, "peerDependenciesMeta": { "eslint": { "optional": false }, "typescript": { "optional": true } }, "engines": { "bun": ">=1.0.15", "node": ">=18.18.0" }, "publishConfig": { "access": "public" }, "scripts": { "build": "tsup --dts-resolve", "lint:publish": "publint", "lint:ts": "tsc --noEmit" } }