-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 788 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 788 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
{
"name": "recod_erpnext_design",
"description": "ERPNext application to provide new sample print formats and overall design for ERPNext.",
"author": "Monogramm",
"license": "AGPL",
"dependencies": {
"cypress": "^3.1.4",
"gitmoji-changelog": "^2.1.0",
"lodash": "^4.17.21",
"mem": "^6.1.0",
"minimist": "^1.2.5",
"npm-registry-fetch": "^8.1.3",
"remark-cli": "^7.0.1",
"remark-lint": "^6.0.5",
"remark-lint-list-item-indent": "^1.0.4",
"remark-preset-lint-recommended": "^3.0.3"
},
"scripts": {
"lint-md": "remark .",
"gitmoji-changelog": "gitmoji-changelog --preset generic && remark CHANGELOG.md -o"
},
"remarkConfig": {
"plugins": [
"remark-preset-lint-recommended",
"lint-list-item-indent"
]
}
}