UNPKG

1.93 kBJSONView Raw
1{
2 "name": "lint-staged",
3 "version": "12.4.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": {
22 ".": "./lib/index.js",
23 "./package.json": "./package.json"
24 },
25 "files": [
26 "bin",
27 "lib"
28 ],
29 "scripts": {
30 "lint": "eslint .",
31 "test": "jest --coverage",
32 "test:watch": "jest --watch"
33 },
34 "dependencies": {
35 "cli-truncate": "^3.1.0",
36 "colorette": "^2.0.16",
37 "commander": "^8.3.0",
38 "debug": "^4.3.3",
39 "execa": "^5.1.1",
40 "lilconfig": "2.0.4",
41 "listr2": "^4.0.1",
42 "micromatch": "^4.0.4",
43 "normalize-path": "^3.0.0",
44 "object-inspect": "^1.12.0",
45 "pidtree": "^0.5.0",
46 "string-argv": "^0.3.1",
47 "supports-color": "^9.2.1",
48 "yaml": "^1.10.2"
49 },
50 "devDependencies": {
51 "@babel/core": "^7.16.12",
52 "@babel/eslint-parser": "^7.16.5",
53 "@babel/preset-env": "^7.16.11",
54 "babel-jest": "^27.4.6",
55 "consolemock": "^1.1.0",
56 "eslint": "^8.7.0",
57 "eslint-config-prettier": "^8.3.0",
58 "eslint-plugin-import": "^2.25.4",
59 "eslint-plugin-node": "^11.1.0",
60 "eslint-plugin-prettier": "^4.0.0",
61 "fs-extra": "^10.0.0",
62 "husky": "^7.0.4",
63 "jest": "^27.4.7",
64 "jest-snapshot-serializer-ansi": "^1.0.0",
65 "prettier": "^2.5.1"
66 },
67 "keywords": [
68 "lint",
69 "git",
70 "staged",
71 "eslint",
72 "prettier",
73 "stylelint",
74 "code",
75 "quality",
76 "check",
77 "format",
78 "validate"
79 ]
80}