UNPKG

write-file-p

Version:

Create the directory structure and then create the file.

52 lines 1.07 kB
{ "name": "write-file-p", "description": "Create the directory structure and then create the file.", "keywords": [ "write", "file", "p", "create", "the", "directory", "structure", "and", "then" ], "license": "MIT", "version": "1.0.9", "main": "lib/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Ionică Bizău <bizauionica@gmail.com> (https://ionicabizau.net)", "files": [ "bin/", "app/", "lib/", "dist/", "src/", "scripts/", "resources/", "menu/", "cli.js", "index.js", "index.d.ts", "package-lock.json", "bloggify.js", "bloggify.json", "bloggify/" ], "repository": { "type": "git", "url": "git+ssh://git@github.com/IonicaBizau/write-file-p.git" }, "bugs": { "url": "https://github.com/IonicaBizau/write-file-p/issues" }, "homepage": "https://github.com/IonicaBizau/write-file-p#readme", "dependencies": { "abs": "^1.3.4", "mkdirp": "^0.5.1", "typpy": "^2.3.3" } }