mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-12 17:23:38 +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
|
|
}
|