UNPKG

file-curator

Version:

Generate list of files in a text file of directory

47 lines (46 loc) 1.11 kB
{ "name": "file-curator", "version": "1.3.2", "description": "Generate list of files in a text file of directory", "keywords": [ "files", "generator", "curator", "organisation", "organise" ], "repository": { "type": "git", "url": "https://github.com/lucasaid/file-curator.git" }, "bugs": { "url": "https://github.com/lucasaid/file-curator/issues" }, "main": "./lib/index.js", "scripts": { "create": "yarn run build && yarn run test", "build": "tsc -p .", "refresh": "rm -rf ./node_modules ./package-lock.json && yarn install" }, "author": "Chris Lucas", "license": "MIT", "bin": { "file-curator": "./lib/index.js" }, "dependencies": { "columnify": "^1.5.4", "dateformat": "^3.0.3", "junk": "^2.1.0", "nodejs-fs-utils": "^1.1.2", "readline-sync": "^1.4.9", "word-wrap": "^1.2.3" }, "devDependencies": { "@types/dateformat": "^3.0.0", "@types/junk": "^2.1.0", "@types/node": "^11.10.4", "@types/readline-sync": "^1.4.3", "ts-node": "^8.0.2", "typescript": "^3.3.3333" } }