package.json 719 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name": "@npmcli/promise-spawn",
  3. "version": "1.3.2",
  4. "files": [
  5. "index.js"
  6. ],
  7. "description": "spawn processes the way the npm cli likes to do",
  8. "repository": {
  9. "type": "git",
  10. "url": "git+https://github.com/npm/promise-spawn"
  11. },
  12. "author": "Isaac Z. Schlueter <i@izs.me> (https://izs.me)",
  13. "license": "ISC",
  14. "scripts": {
  15. "test": "tap",
  16. "snap": "tap",
  17. "preversion": "npm test",
  18. "postversion": "npm publish",
  19. "prepublishOnly": "git push origin --follow-tags"
  20. },
  21. "tap": {
  22. "check-coverage": true
  23. },
  24. "devDependencies": {
  25. "minipass": "^3.1.1",
  26. "require-inject": "^1.4.4",
  27. "tap": "^14.10.6"
  28. },
  29. "dependencies": {
  30. "infer-owner": "^1.0.4"
  31. }
  32. }