123456789101112131415161718192021222324252627282930313233343536 |
- {
- "name": "inquirer-file-tree-selection-prompt",
- "version": "1.0.19",
- "repository": "https://github.com/anc95/inquirer-file-tree-selection",
- "description": "inquerer file tree selection prompt",
- "main": "dist/index.js",
- "types": "dist/index.d.ts",
- "scripts": {
- "changelog": "auto-changelog",
- "postpublish": "npm run changelog && git push origin --all; git push origin --tags",
- "prepublish": "tsc",
- "build": "tsc"
- },
- "publishConfig": {
- "registry": "https://registry.npmjs.org/"
- },
- "keywords": [
- "inquirer",
- "filetree"
- ],
- "author": "anc95",
- "license": "ISC",
- "dependencies": {
- "chalk": "^4.0.0",
- "cli-cursor": "^3",
- "figures": "^3",
- "lodash": "^4.17.11",
- "rxjs": "^7.5.2"
- },
- "devDependencies": {
- "@types/node": "^17.0.21",
- "@types/inquirer": "^8.2.0",
- "auto-changelog": "^2.2.1",
- "inquirer": "^8.2.0"
- }
- }
|