UNPKG

wylink

Version:

Modern ve özelleştirilebilir link portal (linktree tarzı) oluşturmak için CLI aracı

41 lines (40 loc) 914 B
{ "name": "wylink", "version": "1.0.1", "description": "Modern ve özelleştirilebilir link portal (linktree tarzı) oluşturmak için CLI aracı", "main": "index.js", "bin": { "wylink": "./bin/wylink.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "wylink", "linktree", "cli", "static-site", "portfolio", "link-portal" ], "author": "Wyltre", "license": "MIT", "dependencies": { "chalk": "^4.1.2", "commander": "^9.5.0", "figlet": "^1.5.2", "fs-extra": "^11.1.0", "inquirer": "^8.2.5" }, "repository": { "type": "git", "url": "https://github.com/wyltre/wylink.git" }, "bugs": { "url": "https://github.com/wyltre/wylink/issues" }, "homepage": "https://github.com/wyltre/wylink#readme", "engines": { "node": ">=12.0.0" } }