eslint-plugin-remeda
Version:
ESLint plugin for Remeda library.
93 lines (92 loc) • 2.54 kB
JSON
{
"name": "eslint-plugin-remeda",
"version": "2.2.0",
"author": "Andrea Pontrandolfo <andrea.pontra@gmail.com>",
"description": "ESLint plugin for Remeda library.",
"type": "module",
"scripts": {
"build": "tsdown",
"clean": "rm -rf dist node_modules/.cache coverage",
"typecheck": "tsc",
"lint": "eslint --max-warnings=0",
"knip": "knip",
"test:watch": "vitest --ui",
"test": "vitest run",
"check-sheriff-inconsistencies": "sheriff",
"qa": "pnpm build && pnpm typecheck && pnpm lint && pnpm test && pnpm knip && pnpm check-sheriff-inconsistencies",
"nuke": "rm -rf node_modules pnpm-lock.yaml",
"update:eslint-docs": "eslint-doc-generator",
"lint:eslint-docs": "pnpm update:eslint-docs -- --check",
"semantic-release": "pnpm build && semantic-release"
},
"files": [
"README.md",
"LICENSE",
"dist",
"docs"
],
"repository": {
"type": "git",
"url": "git+https://github.com/AndreaPontrandolfo/eslint-plugin-remeda.git"
},
"homepage": "https://github.com/AndreaPontrandolfo/eslint-plugin-remeda",
"bugs": "https://github.com/AndreaPontrandolfo/eslint-plugin-remeda/issues",
"dependencies": {
"@typescript-eslint/utils": "^8.61.1"
},
"devDependencies": {
"@arethetypeswrong/core": "^0.18.3",
"@sherifforg/cli": "^10.4.0",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.14.0",
"@vitest/coverage-v8": "^4.1.9",
"@vitest/ui": "^4.1.9",
"eslint": "9.39.4",
"eslint-config-sheriff": "^31.4.0",
"eslint-doc-generator": "^2.3.0",
"eslint-plugin-eslint-plugin": "^7.2.0",
"eslint-vitest-rule-tester": "^3.1.0",
"knip": "^6.17.1",
"lodash-es": "^4.17.21",
"prettier": "^3.6.2",
"publint": "^0.3.21",
"semantic-release": "^25.0.5",
"tsdown": "^0.22.3",
"typescript": "^5.9.3",
"vitest": "^4.1.9"
},
"peerDependencies": {
"eslint": ">=9.0.0"
},
"engines": {
"node": ">=22"
},
"packageManager": "pnpm@9.9.0",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public",
"tag": "latest",
"provenance": true
},
"keywords": [
"eslint",
"eslint-plugin",
"eslint plugin",
"eslintplugin",
"remeda",
"functional",
"fp"
],
"license": "MIT",
"sideEffects": false,
"exports": {
"./package.json": "./package.json",
".": {
"types": "./dist/index.d.mts",
"import": "./dist/index.mjs"
}
},
"inlinedDependencies": {
"lodash-es": "4.17.21"
}
}