diff --git a/scripts/release-manager/package.json b/scripts/release-manager/package.json index dd67d48..a56bcd6 100644 --- a/scripts/release-manager/package.json +++ b/scripts/release-manager/package.json @@ -13,12 +13,16 @@ "pify": "^2.3.0", "semver": "^5.3.0", "untildify": "^3.0.2", - "vorpal": "^1.10.10" + "vorpal": "^1.10.10", + "snyk": "^1.316.1" }, "devDependencies": {}, "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "test": "echo \"Error: no test specified\" && exit 1", + "snyk-protect": "snyk protect", + "prepublish": "npm run snyk-protect" }, "author": "Paul O'Shannessy ", - "license": "MIT" + "license": "MIT", + "snyk": true }