diff --git a/.snyk b/.snyk new file mode 100644 index 0000000..9b9777b --- /dev/null +++ b/.snyk @@ -0,0 +1,8 @@ +version: v1.5.0 +ignore: {} +patch: + 'npm:minimatch:20160620': + - jscs > babel-jscs > babel-core > minimatch: + patched: '2016-07-02T18:24:31.075Z' + - jscs > vow-fs > glob > minimatch: + patched: '2016-07-02T18:24:31.075Z' diff --git a/package.json b/package.json index 76ac43e..9db76a0 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,13 @@ "description": "a", "author": "Snyk Ltd.", "dependencies": { - "jscs": "2.11.0" - } -} + "jscs": "2.11.0", + "sequelize": "3.20.0", + "snyk": "1.16.0" + }, + "scripts": { + "snyk-protect": "snyk protect", + "prepublish": "npm run snyk-protect" + }, + "snyk": true +} \ No newline at end of file