UNPKG

@anolilab/lint-staged-config

Version:
126 lines 2.64 kB
{ "name": "@anolilab/lint-staged-config", "version": "5.0.0", "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": "git+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": "4.1.0", "@visulima/package": "^4.1.7", "shell-quote": "^1.8.3", "type-fest": "^5.3.1" }, "peerDependencies": { "eslint": "^9.39.2", "husky": "^8.x || ^9.x", "jest": "^27.x || ^28.x || ^29.0.0", "lint-staged": "^13.x || ^14.x|| ^15.x || ^16.x", "nano-staged": "^0.9.0", "prettier": "^3.7.4", "secretlint": "^7.x || ^8.x || ^10.0.0 || ^11.0.0", "stylelint": "^15.x || ^16.x", "vitest": "^1.x || ^2.x || ^3.x || ^4.0.0" }, "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.* <=25.*" }, "publishConfig": { "access": "public", "provenance": true } }