mirror of
https://github.com/frappe/erpnext.git
synced 2025-12-03 18:35:36 +00:00
11 lines
165 B
JSON
11 lines
165 B
JSON
{
|
|
"devdependencies": {
|
|
"snyk": "^1.290.1"
|
|
},
|
|
"scripts": {
|
|
"snyk-protect": "snyk protect",
|
|
"prepare": "yarn run snyk-protect"
|
|
},
|
|
"snyk": true
|
|
}
|