diff --git a/package.json b/package.json index 4239154..705f179 100644 --- a/package.json +++ b/package.json @@ -6,12 +6,13 @@ "license": "MIT", "main": "index.js", "scripts": { - "test": "npm run lint && node test.js && npm run coverage-quiet", + "test": "npm run lint && node test.js && npm run coverage-quiet && npm run security", "coverage": "covert test.js", "coverage-quiet": "covert test.js --quiet", "lint": "npm run jscs && npm run eslint", "jscs": "jscs *.js", - "eslint": "eslint *.js" + "eslint": "eslint *.js", + "security": "nsp package" }, "repository": { "type": "git", @@ -37,7 +38,8 @@ "covert": "^1.1.0", "jscs": "^2.0.0", "eslint": "^1.0.0", - "@ljharb/eslint-config": "^1.0.4" + "@ljharb/eslint-config": "^1.0.4", + "nsp": "^1.0.3" }, "testling": { "files": "test.js",