UNPKG

lint-staged

Version:
94 lines (93 loc) 2.24 kB
{ "name": "lint-staged", "version": "17.0.4", "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" }, "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": "eslint", "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": { "listr2": "^10.2.1", "picomatch": "^4.0.4", "string-argv": "^0.3.2", "tinyexec": "^1.1.2" }, "optionalDependencies": { "yaml": "^2.8.4" }, "devDependencies": { "@changesets/changelog-github": "0.7.0", "@changesets/cli": "2.31.0", "@commitlint/cli": "21.0.0", "@commitlint/config-conventional": "21.0.0", "@eslint/js": "10.0.1", "@vitest/coverage-istanbul": "4.1.5", "@vitest/eslint-plugin": "1.6.17", "consolemock": "1.1.0", "cross-env": "10.1.0", "eslint": "10.3.0", "eslint-config-prettier": "10.1.8", "eslint-plugin-n": "18.0.1", "eslint-plugin-prettier": "5.5.5", "eslint-plugin-simple-import-sort": "13.0.0", "husky": "9.1.7", "mock-stdin": "1.0.0", "prettier": "3.8.3", "semver": "7.8.0", "vitest": "4.1.5" }, "keywords": [ "lint", "git", "staged", "eslint", "prettier", "stylelint", "code", "quality", "check", "format", "validate" ] }