| "author": "Andr\u00e9 Cruz <andre@moxy.studio>", |
| "@commitlint/config-conventional" |
| "shebang-command": "^1.2.0", |
| "description": "Cross platform child_process#spawn and child_process#spawnSync", |
| "@commitlint/cli": "^6.0.0", |
| "@commitlint/config-conventional": "^6.0.2", |
| "babel-preset-moxy": "^2.2.1", |
| "eslint-config-moxy": "^5.0.0", |
| "regenerator-runtime": "^0.11.1", |
| "standard-version": "^4.2.0" |
| "homepage": "https://github.com/moxystudio/node-cross-spawn", |
| "url": "git@github.com:moxystudio/node-cross-spawn.git" |
| "commitmsg": "commitlint -e $GIT_PARAMS", |
| "precommit": "lint-staged", |
| "prerelease": "npm t && npm run lint", |
| "release": "standard-version", |
| "test": "jest --env node --coverage" |
| "posttag": "git push --follow-tags origin master && npm publish" |