UNPKG

1.97 kBJSONView Raw
1{
2 "name": "lint-staged",
3 "version": "12.5.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": "^9.3.0",
38 "debug": "^4.3.4",
39 "execa": "^5.1.1",
40 "lilconfig": "2.0.5",
41 "listr2": "^4.0.5",
42 "micromatch": "^4.0.5",
43 "normalize-path": "^3.0.0",
44 "object-inspect": "^1.12.2",
45 "pidtree": "^0.5.0",
46 "string-argv": "^0.3.1",
47 "supports-color": "^9.2.2",
48 "yaml": "^1.10.2"
49 },
50 "devDependencies": {
51 "@babel/core": "^7.18.2",
52 "@babel/eslint-parser": "^7.18.2",
53 "@babel/preset-env": "^7.18.2",
54 "babel-jest": "^28.1.0",
55 "babel-plugin-transform-imports": "2.0.0",
56 "consolemock": "^1.1.0",
57 "eslint": "^8.16.0",
58 "eslint-config-prettier": "^8.5.0",
59 "eslint-plugin-import": "^2.26.0",
60 "eslint-plugin-node": "^11.1.0",
61 "eslint-plugin-prettier": "^4.0.0",
62 "fs-extra": "^10.1.0",
63 "husky": "^8.0.1",
64 "jest": "^28.1.0",
65 "jest-snapshot-serializer-ansi": "^1.0.0",
66 "prettier": "^2.6.2"
67 },
68 "keywords": [
69 "lint",
70 "git",
71 "staged",
72 "eslint",
73 "prettier",
74 "stylelint",
75 "code",
76 "quality",
77 "check",
78 "format",
79 "validate"
80 ]
81}