{ "name": "node-examples", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test:unit": "jest --coverage", "test:onlychanged": "jest --onlyChanged --coverage", "test:markdown": "markdownlint . --ignore-path .gitignore", "lint": "standard", "test": "npm run lint && npm run test:unit && npm run test:markdown" }, "keywords": [], "author": "Tierney Cyren ", "license": "MIT", "devDependencies": { "all-contributors-cli": "^6.14.0", "jest": "^25.2.6", "markdownlint-cli": "^0.23.2", "standard": "^14.3.3" }, "dependencies": { "yargs": "^15.3.1" }, "standard": { "globals": [ "describe", "test", "expect", "jest" ] } }