UNPKG

@mahdiarjangi/phetch-cli

Version:

A CLI directory manager that can be used to create directories, list directory contents and create files

34 lines (33 loc) 747 B
{ "name": "@mahdiarjangi/phetch-cli", "private": false, "version": "1.1.2", "description": "", "scripts": { "build": "npx tsc", "test": "echo \"Error: no test specified\" && exit 1" }, "main": "dist/index.js", "bin": { "phetch-cli": "./dist/index.js" }, "keywords": [ "cli", "npmtool" ], "author": "Mahdi Arjangi", "license": "ISC", "repository": "https://github.com/arjangimahdi/phetch-cli", "homepage": "https://github.com/arjangimahdi/phetch-cli#readme", "dependencies": { "chalk": "^4.1.2", "commander": "^12.1.0", "figlet": "^1.8.0" }, "devDependencies": { "@types/chalk": "^2.2.4", "@types/node": "^22.7.7", "ofetch": "^1.4.1", "typescript": "^5.6.3" } }