UNPKG

@ciffi-js/jsonize-path

Version:

It generates json file with list of all files in path recursively

37 lines (36 loc) 734 B
{ "name": "@ciffi-js/jsonize-path", "version": "1.3.0", "description": "It generates json file with list of all files in path recursively", "main": "./main.js", "repository": { "type": "git", "url": "git+https://github.com/ciffi/ciffi-js/" }, "author": { "name": "Ciffi" }, "keywords": [ "ciffi", "ciffi-js", "javascript", "front-end", "development", "web", "module", "javascript utility", "javascript builder", "json", "path to json" ], "license": "MIT", "homepage": "https://github.com/ciffi/ciffi-js", "preferGlobal": false, "bin": { "ciffi-jsonize": "./main.js" }, "dependencies": { "chalk": "4.0.0", "file-exists": "5.0.1" } }