diff --git a/package.json b/package.json index 12d755264..6d0a5af68 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,8 @@ "test": "gulp lint && jest --config tests/javascripts/jest.config.js tests/javascripts", "test-watch": "jest --watch --config tests/javascripts/jest.config.js tests/javascripts", "build": "gulp", - "watch": "gulp watch" + "watch": "gulp watch", + "audit": "better-npm-audit audit --production --level high" }, "repository": { "type": "git",