a7444651e582450b35c2fc56dc7928cde8a8a40421e3fcd4586dd1c106698c11350d3292659e9d88713ae93b163cc54a580f3393270654d279ef6db4fbcf6e 704 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "commist",
  3. "version": "1.1.0",
  4. "description": "Build your commands on minimist!",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "standard && tape test.js"
  8. },
  9. "pre-commit": "test",
  10. "repository": {
  11. "type": "git",
  12. "url": "https://github.com/mcollina/commist.git"
  13. },
  14. "author": "Matteo Collina <hello@matteocollina.com>",
  15. "license": "MIT",
  16. "bugs": {
  17. "url": "https://github.com/mcollina/commist/issues"
  18. },
  19. "homepage": "https://github.com/mcollina/commist",
  20. "dependencies": {
  21. "leven": "^2.1.0",
  22. "minimist": "^1.1.0"
  23. },
  24. "devDependencies": {
  25. "minimist": "^1.1.0",
  26. "pre-commit": "^1.0.0",
  27. "standard": "^12.0.1",
  28. "tape": "^4.0.0"
  29. }
  30. }