vils
Version:
Recursively outputs file paths and contents in various formats
38 lines (37 loc) • 934 B
JSON
{
"name": "vils",
"version": "1.0.3",
"description": "Recursively outputs file paths and contents in various formats",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"bin": {
"vils": "dist/index.js"
},
"scripts": {
"build": "tsc"
},
"keywords": ["file", "directory", "recursive", "output", "format"],
"author": "Your Name <your.email@example.com>",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/Vishota/vils.git"
},
"bugs": {
"url": "https://github.com/Vishota/vils/issues"
},
"homepage": "https://github.com/Vishota/vils#readme",
"dependencies": {
"ansi-colors": "^4.1.3",
"fs-extra": "^11.3.0",
"prompts": "^2.4.2",
"yargs": "^17.7.2"
},
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"@types/node": "^22.15.29",
"@types/yargs": "^17.0.33",
"ts-node": "^10.9.2",
"typescript": "^5.8.3"
}
}