UNPKG

lint-staged

Version:
93 lines (92 loc) 2.1 kB
{ "name": "lint-staged", "version": "17.2.0", "description": "Lint files staged by git", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/lint-staged/lint-staged.git" }, "homepage": "https://github.com/lint-staged/lint-staged#readme", "bugs": { "url": "https://github.com/lint-staged/lint-staged/issues" }, "author": "Andrey Okonetchnikov <andrey@okonet.ru>", "maintainers": [ "Iiro Jäppinen <iiro@jappinen.fi> (https://iiro.fi)" ], "funding": { "url": "https://opencollective.com/lint-staged" }, "publishConfig": { "provenance": true, "access": "public" }, "engines": { "node": ">=22.22.1" }, "type": "module", "bin": { "lint-staged": "bin/lint-staged.js" }, "exports": { ".": { "types": "./lib/index.d.ts", "default": "./lib/index.js" }, "./bin": "./bin/lint-staged.js", "./package.json": "./package.json" }, "types": "./lib/index.d.ts", "files": [ "bin/", "lib/", "MIGRATION.md" ], "scripts": { "lint": "oxfmt && oxlint", "test": "vitest", "typecheck": "tsc", "version": "npx changeset version", "postversion": "npm i --package-lock-only && git commit -am \"chore(changeset): release\"", "tag": "npx changeset tag" }, "dependencies": { "picomatch": "^4.0.5", "string-argv": "^0.3.2", "tinyexec": "^1.2.4" }, "optionalDependencies": { "yaml": "^2.9.0" }, "devDependencies": { "@changesets/changelog-github": "0.7.0", "@changesets/cli": "2.31.1", "@commitlint/cli": "21.2.1", "@commitlint/config-conventional": "21.2.0", "@vitest/coverage-istanbul": "4.1.10", "consolemock": "1.1.0", "cross-env": "10.1.0", "husky": "9.1.7", "mock-stdin": "1.0.0", "oxfmt": "0.60.0", "oxlint": "1.75.0", "semver": "7.8.5", "vitest": "4.1.10" }, "keywords": [ "check", "code", "eslint", "format", "git", "lint", "oxlint", "oxfmt", "prettier", "quality", "staged", "stylelint", "validate" ] }