UNPKG

eslint-plugin-react-web-api

Version:

ESLint React's ESLint plugin for interacting with Web APIs

73 lines 1.79 kB
{ "name": "eslint-plugin-react-web-api", "version": "2.3.1", "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, "type": "module", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" }, "./package.json": "./package.json" }, "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist", "./package.json" ], "dependencies": { "@typescript-eslint/scope-manager": "^8.46.2", "@typescript-eslint/types": "^8.46.2", "@typescript-eslint/utils": "^8.46.2", "string-ts": "^2.2.1", "ts-pattern": "^5.9.0", "@eslint-react/ast": "2.3.1", "@eslint-react/shared": "2.3.1", "@eslint-react/var": "2.3.1", "@eslint-react/eff": "2.3.1", "@eslint-react/core": "2.3.1" }, "devDependencies": { "@types/react": "^19.2.2", "@types/react-dom": "^19.2.2", "tsdown": "^0.15.12", "@local/configs": "0.0.0" }, "peerDependencies": { "eslint": "^9.38.0", "typescript": "^5.9.3" }, "engines": { "node": ">=20.19.0" }, "publishConfig": { "access": "public" }, "scripts": { "build": "tsdown", "lint:publish": "publint", "lint:ts": "tsc --noEmit" } }