package.json 903 B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "name": "inquirer-file-tree-selection-prompt",
  3. "version": "1.0.19",
  4. "repository": "https://github.com/anc95/inquirer-file-tree-selection",
  5. "description": "inquerer file tree selection prompt",
  6. "main": "dist/index.js",
  7. "types": "dist/index.d.ts",
  8. "scripts": {
  9. "changelog": "auto-changelog",
  10. "postpublish": "npm run changelog && git push origin --all; git push origin --tags",
  11. "prepublish": "tsc",
  12. "build": "tsc"
  13. },
  14. "publishConfig": {
  15. "registry": "https://registry.npmjs.org/"
  16. },
  17. "keywords": [
  18. "inquirer",
  19. "filetree"
  20. ],
  21. "author": "anc95",
  22. "license": "ISC",
  23. "dependencies": {
  24. "chalk": "^4.0.0",
  25. "cli-cursor": "^3",
  26. "figures": "^3",
  27. "lodash": "^4.17.11",
  28. "rxjs": "^7.5.2"
  29. },
  30. "devDependencies": {
  31. "@types/node": "^17.0.21",
  32. "@types/inquirer": "^8.2.0",
  33. "auto-changelog": "^2.2.1",
  34. "inquirer": "^8.2.0"
  35. }
  36. }