-
-
Notifications
You must be signed in to change notification settings - Fork 77
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 580 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 580 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "mrm-task-lint-staged",
"version": "7.1.17",
"description": "Mrm task that adds lint-staged",
"author": {
"name": "Artem Sapegin",
"url": "http://sapegin.me"
},
"homepage": "https://github.com/sapegin/mrm/tree/master/packages/mrm-task-lint-staged",
"repository": "sapegin/mrm",
"license": "MIT",
"engines": {
"node": ">=14"
},
"main": "index.js",
"files": [
"index.js"
],
"scripts": {},
"keywords": [
"mrm",
"mrm-task",
"lint-staged",
"lint"
],
"dependencies": {
"husky": "^8.0.3",
"lodash": "^4.17.15",
"mrm-core": "^7.1.17"
}
}