UNPKG

1.9 kBJSONView Raw
1{
2 "name": "lint-staged",
3 "version": "12.3.4",
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 "string-argv": "^0.3.1",
46 "supports-color": "^9.2.1",
47 "yaml": "^1.10.2"
48 },
49 "devDependencies": {
50 "@babel/core": "^7.16.12",
51 "@babel/eslint-parser": "^7.16.5",
52 "@babel/preset-env": "^7.16.11",
53 "babel-jest": "^27.4.6",
54 "consolemock": "^1.1.0",
55 "eslint": "^8.7.0",
56 "eslint-config-prettier": "^8.3.0",
57 "eslint-plugin-import": "^2.25.4",
58 "eslint-plugin-node": "^11.1.0",
59 "eslint-plugin-prettier": "^4.0.0",
60 "fs-extra": "^10.0.0",
61 "husky": "^7.0.4",
62 "jest": "^27.4.7",
63 "jest-snapshot-serializer-ansi": "^1.0.0",
64 "prettier": "^2.5.1"
65 },
66 "keywords": [
67 "lint",
68 "git",
69 "staged",
70 "eslint",
71 "prettier",
72 "stylelint",
73 "code",
74 "quality",
75 "check",
76 "format",
77 "validate"
78 ]
79}