{ "scripts": { "lint": "./node_modules/.bin/grunt lint", "test": "./node_modules/.bin/grunt test" }, "pre-commit": ["lint", "test"] }