-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 833 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 833 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
32
{
"name": "erpnext_template",
"description": "TODO_APP_DESCRIPTION",
"author": "Monogramm",
"license": "AGPL",
"dependencies": {
"cypress": "^4.12.0",
"gitmoji-changelog": "^2.2.0",
"lodash": "^4.17.21",
"mem": "^6.1.1",
"minimist": "^1.2.5",
"npm-registry-fetch": "^8.1.5",
"remark-cli": "^9.0.0",
"remark-lint": "^6.0.5",
"remark-lint-list-item-indent": "^1.0.5",
"remark-preset-lint-recommended": "^3.0.4",
"snyk": "^1.630.0"
},
"scripts": {
"lint-md": "remark .",
"gitmoji-changelog": "gitmoji-changelog --preset generic && remark CHANGELOG.md -o",
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect"
},
"remarkConfig": {
"plugins": [
"remark-preset-lint-recommended",
"lint-list-item-indent"
]
},
"snyk": true
}