UNPKG

@anolilab/lint-staged-config

Version:
125 lines 2.57 kB
{ "name": "@anolilab/lint-staged-config", "version": "3.0.27", "description": "Shareable Lint-Staged Config for any project.", "keywords": [ "anolilab", "lint", "lint-staged", "nano-staged", "config", "lint-staged-config", "nano-staged-config", "vitest", "ava", "jest", "eslint", "prettier", "stylelint", "secretlint" ], "homepage": "https://anolilab.com/nodejs/packages/lint-staged-config", "repository": { "type": "git", "url": "https://github.com/anolilab/javascript-style-guide.git", "directory": "packages/lint-staged-config" }, "funding": [ { "type": "github", "url": "https://github.com/sponsors/prisis" }, { "type": "consulting", "url": "https://anolilab.com/support" } ], "license": "MIT", "author": { "name": "Daniel Bannert", "email": "d.bannert@anolilab.de" }, "sideEffects": false, "type": "module", "exports": { ".": { "import": { "types": "./dist/index.d.mts", "default": "./dist/index.mjs" }, "require": { "types": "./dist/index.d.cts", "default": "./dist/index.cjs" } }, "./package.json": "./package.json" }, "main": "dist/index.cjs", "module": "dist/index.mjs", "types": "dist/index.d.ts", "typesVersions": { ">=5.0": { ".": [ "./dist/index.d.ts" ] } }, "bin": { "lint-stage-config:install": "./dist/bin.mjs" }, "files": [ "CHANGELOG.md", "LICENSE.md", "README.md", "dist" ], "dependencies": { "@visulima/fs": "3.1.5", "@visulima/package": "^3.5.8", "shell-quote": "^1.8.3" }, "peerDependencies": { "eslint": "^9.5", "husky": "^8.x || ^9.x", "jest": "^27.x || ^28.x", "lint-staged": "^13.x || ^14.x|| ^15.x || ^16.x", "nano-staged": "^0.8", "prettier": "^3.6.2", "secretlint": "^7.x || ^8.x || ^10.0.0", "stylelint": "^15.x || ^16.x", "vitest": "^1.x || ^2.x || ^3.x" }, "peerDependenciesMeta": { "eslint": { "optional": true }, "jest": { "optional": true }, "lint-staged": { "optional": true }, "nano-staged": { "optional": true }, "prettier": { "optional": true }, "secretlint": { "optional": true }, "stylelint": { "optional": true }, "vitest": { "optional": true } }, "engines": { "node": ">=20.18.* <=24.*" }, "publishConfig": { "access": "public", "provenance": true } }