UNPKG

1.87 kBJSONView Raw
1{
2 "name": "lint-staged",
3 "version": "12.1.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.2",
36 "enquirer": "^2.3.6",
37 "execa": "^5.1.1",
38 "lilconfig": "2.0.4",
39 "listr2": "^3.13.3",
40 "micromatch": "^4.0.4",
41 "normalize-path": "^3.0.0",
42 "object-inspect": "^1.11.0",
43 "string-argv": "^0.3.1",
44 "supports-color": "^9.0.2",
45 "yaml": "^1.10.2"
46 },
47 "devDependencies": {
48 "@babel/core": "^7.16.0",
49 "@babel/eslint-parser": "^7.16.3",
50 "@babel/preset-env": "^7.16.0",
51 "babel-jest": "^27.3.1",
52 "consolemock": "^1.1.0",
53 "eslint": "^8.2.0",
54 "eslint-config-prettier": "^8.3.0",
55 "eslint-plugin-import": "^2.25.3",
56 "eslint-plugin-node": "^11.1.0",
57 "eslint-plugin-prettier": "^4.0.0",
58 "fs-extra": "^10.0.0",
59 "husky": "^7.0.4",
60 "jest": "^27.3.1",
61 "jest-snapshot-serializer-ansi": "^1.0.0",
62 "prettier": "^2.4.1"
63 },
64 "keywords": [
65 "lint",
66 "git",
67 "staged",
68 "eslint",
69 "prettier",
70 "stylelint",
71 "code",
72 "quality",
73 "check",
74 "format",
75 "validate"
76 ]
77}