eslint-plugin-putout
Version:
ESLint plugin for 🐊Putout
92 lines (91 loc) • 2.5 kB
JSON
{
"name": "eslint-plugin-putout",
"version": "31.4.1",
"type": "module",
"description": "ESLint plugin for 🐊Putout",
"release": false,
"tag": false,
"homepage": "https://github.com/coderaiser/putout/tree/master/packages/eslint-plugin-putout#readme",
"changelog": false,
"repository": {
"type": "git",
"url": "git+https://github.com/coderaiser/putout.git"
},
"exports": {
".": "./lib/index.js"
},
"keywords": [
"putout",
"eslint",
"eslintplugin",
"eslint-plugin"
],
"author": "coderaiser",
"main": "lib/index.js",
"scripts": {
"wisdom": "madrun wisdom",
"test": "madrun test",
"test:dts": "madrun test:dts",
"test:all": "madrun test:all",
"watch:test": "madrun watch:test",
"lint": "madrun lint",
"lint:all": "madrun lint:all",
"lint:safe": "madrun lint:safe",
"fresh:lint": "madrun fresh:lint",
"lint:fresh": "madrun lint:fresh",
"fix:lint": "madrun fix:lint",
"coverage": "madrun coverage",
"debug": "madrun debug"
},
"dependencies": {
"@babel/core": "^8.0.0",
"@babel/eslint-parser": "^8.0.0",
"@eslint/eslintrc": "^3.0.0",
"@putout/engine-parser": "^15.0.1",
"@putout/eslint": "^6.0.0",
"@putout/eslint-config": "^14.0.0",
"@putout/eslint-flat": "^4.0.0",
"@stylistic/eslint-plugin": "~5.2.0 || > 5.3.1",
"@typescript-eslint/eslint-plugin": "^8.3.0",
"@typescript-eslint/parser": "^8.3.0",
"align-spaces": "^3.0.0",
"eslint-plugin-n": "^18.0.0",
"eslint-plugin-putout": "^31.0.0",
"eslint-plugin-react": "^7.32.2",
"eslint-scope": "^9.0.0",
"globals": "^17.0.0",
"parse-import-specifiers": "^1.0.1",
"try-catch": "^4.0.0",
"try-to-catch": "^4.0.0",
"typescript": "^6.0.2",
"typescript-eslint": "^8.24.1"
},
"devDependencies": {
"@babel/plugin-syntax-typescript": "^8.0.0",
"@putout/plugin-eslint-plugin": "^7.0.0",
"@putout/test": "^15.0.0",
"check-dts": "^1.0.0",
"eslint": "^10.0.0",
"eslint-plugin-eslint-plugin": "^7.0.0",
"madrun": "^13.0.0",
"mocha": "^11.0.1",
"montag": "^2.0.0",
"superc8": "^12.0.0",
"supertape": "^13.0.0"
},
"imports": {
"#typescript-eslint/parser": "./eslint-v10/ts.js",
"#eslint-plugin-putout": "./lib/index.js"
},
"engines": {
"node": ">=22"
},
"peerDependencies": {
"eslint": ">=10",
"putout": ">=42"
},
"license": "MIT",
"publishConfig": {
"access": "public"
}
}