eslint-plugin-putout
Version:
ESLint plugin for 🐊Putout
89 lines (88 loc) • 2.43 kB
JSON
{
"name": "eslint-plugin-putout",
"version": "25.0.1",
"type": "commonjs",
"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.mjs"
},
"keywords": [
"putout",
"eslint",
"eslintplugin",
"eslint-plugin"
],
"author": "coderaiser",
"main": "lib/index.js",
"scripts": {
"wisdom": "madrun wisdom",
"test": "madrun test",
"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-alpha.1",
"@babel/eslint-parser": "^8.0.0-alpha.1",
"@eslint/eslintrc": "^3.0.0",
"@putout/engine-parser": "^12.0.0",
"@putout/eslint": "^4.0.0",
"@putout/eslint-config": "^10.0.0",
"@putout/eslint-flat": "^2.0.0",
"@stylistic/eslint-plugin-js": "^4.0.1",
"@stylistic/eslint-plugin-jsx": "^4.0.1",
"@stylistic/eslint-plugin-ts": "^4.0.1",
"@typescript-eslint/eslint-plugin": "^8.3.0",
"@typescript-eslint/parser": "^8.3.0",
"align-spaces": "^2.0.0",
"eslint-plugin-n": "^17.0.0",
"eslint-plugin-putout": "^24.1.0",
"eslint-plugin-react": "^7.32.2",
"globals": "^16.0.0",
"parse-import-specifiers": "^1.0.1",
"synckit": "^0.9.0",
"try-catch": "^3.0.0",
"try-to-catch": "^3.0.1",
"typescript": "^5.0.4",
"typescript-eslint": "^8.24.1"
},
"devDependencies": {
"@babel/plugin-syntax-typescript": "^8.0.0-alpha.1",
"@putout/plugin-eslint-plugin": "*",
"@putout/test": "^11.0.0",
"c8": "^10.0.0",
"eslint": "^9.0.0",
"eslint-plugin-eslint-plugin": "^6.1.0",
"madrun": "^10.0.0",
"mocha": "^11.0.1",
"montag": "^1.0.0",
"simport": "^1.2.0",
"supertape": "^10.0.0"
},
"engines": {
"node": ">=18"
},
"peerDependencies": {
"eslint": ">=9",
"putout": ">=38"
},
"license": "MIT",
"publishConfig": {
"access": "public"
}
}