bv-touch
Version:
Create a file or directory at the specified path, creating missing directories
44 lines (43 loc) • 791 B
JSON
{
"name": "bv-touch",
"version": "1.0.4",
"description": "Create a file or directory at the specified path, creating missing directories",
"main": "index.js",
"scripts": {
"test": "bv-touch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xbvuno/bv-touch.git"
},
"keywords": [
"cli",
"touch",
"node",
"create",
"file",
"directory",
"path",
"filesystem",
"mkdir",
"file-system",
"create-file",
"create-dir",
"mkdirp",
"node-cli",
"command-line"
],
"author": "xbvuno",
"license": "ISC",
"bugs": {
"url": "https://github.com/xbvuno/bv-touch/issues"
},
"homepage": "https://github.com/xbvuno/bv-touch#readme",
"bin": {
"bv-touch": "./index.js"
},
"dependencies": {
"commander": "^13.1.0",
"fs-extra": "^11.3.0"
}
}