UNPKG

frnds

Version:

frnds - Happy Friendship Day CLI : ASCII Text Art Greeting Wishes.

48 lines (47 loc) 994 B
{ "name": "frnds", "version": "0.0.7", "description": "frnds - Happy Friendship Day CLI : ASCII Text Art Greeting Wishes.", "main": "./dist/frnds.js", "scripts": { "build": "tsc", "dev": "ts-node src/frnds.ts", "start": "node dist/frnds.js" }, "publishConfig": { "provenance": true }, "bin": { "frnds": "bin/frnds.mjs" }, "keywords": [ "frnds", "friends", "friendship", "friendshipday", "wishes", "greeting" ], "author": "Santhosh Veer", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/mskian/friendship-day-cli.git" }, "bugs": { "url": "https://github.com/mskian/friendship-day-cli/issues" }, "homepage": "https://github.com/mskian/friendship-day-cli", "files": [ "dist/**/*", "bin/**/*" ], "devDependencies": { "@types/node": "^24.1.0", "ts-node": "^10.9.2" }, "dependencies": { "commander": "^14.0.0", "typescript": "^5.8.3" } }