@putout/eslint
Version:
Wrapper that simplifies ESLint API and makes it compatible with 🐊Putout
65 lines (64 loc) • 1.64 kB
JSON
{
"name": "@putout/eslint",
"version": "4.1.0",
"type": "commonjs",
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
"description": "Wrapper that simplifies ESLint API and makes it compatible with 🐊Putout",
"homepage": "https://github.com/coderaiser/putout/tree/master/packages/eslint#readme",
"main": "./lib/eslint.js",
"release": false,
"tag": false,
"changelog": false,
"exports": {
".": "./lib/eslint.js",
"./create-plugin": "./lib/create-plugin/index.js",
"./lint": "./lib/lint/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/coderaiser/putout.git"
},
"scripts": {
"test": "madrun test",
"watch:test": "madrun watch:test",
"lint": "madrun lint",
"fresh:lint": "madrun fresh:lint",
"lint:fresh": "madrun lint:fresh",
"fix:lint": "madrun fix:lint",
"coverage": "madrun coverage",
"report": "madrun report"
},
"dependencies": {
"once": "^1.4.0",
"try-to-catch": "^3.0.1"
},
"keywords": [
"putout",
"eslint"
],
"devDependencies": {
"@putout/eslint-flat": "^2.0.0",
"@putout/plugin-eslint-plugin": "*",
"c8": "^10.0.0",
"eslint": "^9.0.0",
"eslint-plugin-n": "^17.0.0",
"eslint-plugin-putout": "^25.0.1",
"madrun": "^10.0.0",
"mock-require": "^3.0.3",
"montag": "^1.0.0",
"nodemon": "^3.0.1",
"putout": "*",
"supertape": "^10.0.0",
"try-catch": "^3.0.0"
},
"peerDependencies": {
"eslint": ">=8"
},
"license": "MIT",
"engines": {
"node": ">=18"
},
"publishConfig": {
"access": "public"
}
}