UNPKG

eslint-plugin-jsx-expressions

Version:
56 lines (55 loc) 1.3 kB
{ "name": "eslint-plugin-jsx-expressions", "version": "1.3.2", "description": "Rules for safe logical expressions in JSX", "keywords": [ "eslint", "eslintplugin", "eslint-plugin" ], "author": "Heather Luisson", "main": "dist/index.js", "repository": { "type": "git", "url": "https://github.com/hluisson/eslint-plugin-jsx-expressions.git" }, "scripts": { "build": "tsc -b tsconfig.build.json", "test": "jest" }, "files": [ "dist", "docs", "package.json", "README.md" ], "dependencies": { "@typescript-eslint/utils": "^6.10.0", "tsutils": "^3.21.0" }, "devDependencies": { "@jest/types": "^29.6.3", "@types/node": "^20.9.0", "@types/requireindex": "^1.2.0", "@typescript-eslint/parser": "^6.10.0", "@typescript-eslint/rule-tester": "^6.10.0", "eslint": "^8.53.0", "eslint-plugin-eslint-plugin": "^5.1.1", "jest": "^29.7.0", "ts-jest": "^29.1.1", "typescript": "^5.2.2" }, "engines": { "node": "12.x || 14.x || >= 16" }, "peerDependencies": { "@typescript-eslint/parser": "^4.0.0 || ^5.0.0 || ^6.0.0", "eslint": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0" }, "peerDependenciesMeta": { "typescript": { "optional": true } }, "license": "ISC" }