UNPKG

gizzy

Version:
51 lines (50 loc) 1.07 kB
{ "name": "gizzy", "version": "1.0.1", "description": "gizzyctl", "main": "dist/index.js", "type": "module", "files": ["dist"], "bin": { "boykisser": "./dist/cli.js" }, "scripts": { "lint": "eslint . --ext .ts", "lint:fix": "eslint . --fix --ext .ts", "build": "rm -rf ./dist && tsc --build --verbose --diagnostics && tsc-alias && chmod +x dist/cli.js" }, "repository": { "type": "git", "url": "git+https://github.com/xwxfox/gizzy.git" }, "keywords": [ "boykisser", "furry", "gay", "lgbtq", "meme", "cli", "smol", "twink", "duck", "terminal" ], "author": "xwxfox", "license": "MIT", "bugs": { "url": "https://github.com/xwxfox/gizzy/issues" }, "homepage": "https://github.com/xwxfox/gizzy#readme", "devDependencies": { "@types/node": "^22.14.1", "eslint": "^9.25.0", "ts-node": "^10.9.2", "tsc-alias": "^1.8.15", "tsx": "^4.19.3", "typescript": "^5.8.3" }, "dependencies": { "chalk": "^5.2.0", "commander": "^13.1.0" } }