UNPKG

1.84 kBJSONView Raw
1{
2 "name": "lint-staged",
3 "version": "12.2.0",
4 "description": "Lint files staged by git",
5 "license": "MIT",
6 "repository": "https://github.com/okonet/lint-staged",
7 "author": "Andrey Okonetchnikov <andrey@okonet.ru>",
8 "maintainers": [
9 "Lufty Wiranda <lufty.wiranda@gmail.com>",
10 "Suhas Karanth <sudo.suhas@gmail.com>",
11 "Iiro Jäppinen <iiro@jappinen.fi> (https://iiro.fi)"
12 ],
13 "funding": {
14 "url": "https://opencollective.com/lint-staged"
15 },
16 "engines": {
17 "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
18 },
19 "type": "module",
20 "bin": "./bin/lint-staged.js",
21 "exports": "./lib/index.js",
22 "files": [
23 "bin",
24 "lib"
25 ],
26 "scripts": {
27 "lint": "eslint .",
28 "test": "jest --coverage",
29 "test:watch": "jest --watch"
30 },
31 "dependencies": {
32 "cli-truncate": "^3.1.0",
33 "colorette": "^2.0.16",
34 "commander": "^8.3.0",
35 "debug": "^4.3.3",
36 "execa": "^5.1.1",
37 "lilconfig": "2.0.4",
38 "listr2": "^3.13.5",
39 "micromatch": "^4.0.4",
40 "normalize-path": "^3.0.0",
41 "object-inspect": "^1.11.1",
42 "string-argv": "^0.3.1",
43 "supports-color": "^9.2.1",
44 "yaml": "^1.10.2"
45 },
46 "devDependencies": {
47 "@babel/core": "^7.16.5",
48 "@babel/eslint-parser": "^7.16.5",
49 "@babel/preset-env": "^7.16.5",
50 "babel-jest": "^27.4.5",
51 "consolemock": "^1.1.0",
52 "eslint": "^8.4.1",
53 "eslint-config-prettier": "^8.3.0",
54 "eslint-plugin-import": "^2.25.3",
55 "eslint-plugin-node": "^11.1.0",
56 "eslint-plugin-prettier": "^4.0.0",
57 "fs-extra": "^10.0.0",
58 "husky": "^7.0.4",
59 "jest": "^27.4.5",
60 "jest-snapshot-serializer-ansi": "^1.0.0",
61 "prettier": "^2.5.1"
62 },
63 "keywords": [
64 "lint",
65 "git",
66 "staged",
67 "eslint",
68 "prettier",
69 "stylelint",
70 "code",
71 "quality",
72 "check",
73 "format",
74 "validate"
75 ]
76}