brotherton-erpnext/package.json
2020-02-11 00:43:32 +05:30

11 lines
162 B
JSON

{
"dependencies": {
"snyk": "^1.290.1"
},
"scripts": {
"snyk-protect": "snyk protect",
"prepare": "yarn run snyk-protect"
},
"snyk": true
}