{ "scripts": { "test": "npm run lint && jest", "lint": "eslint src", "precommit": "npm run lint", "prepush": "npm run test" } }