UNPKG

@codejoy/terminal-pet

Version:

A virtual pet that lives in your terminal and grows with your coding activity

48 lines (47 loc) 1.12 kB
{ "name": "@codejoy/terminal-pet", "version": "1.0.0", "description": "A virtual pet that lives in your terminal and grows with your coding activity", "main": "index.js", "bin": { "pet": "./bin/cli.js" }, "scripts": { "start": "node bin/cli.js", "test": "node examples/demo.js", "demo": "node examples/demo.js", "link-test": "npm link && echo 'Package linked! Try: pet help'" }, "keywords": [ "terminal", "pet", "virtual-pet", "coding", "fun", "cli", "productivity", "gamification" ], "author": "sujithkandamuri", "license": "MIT", "dependencies": { "chalk": "^4.1.2", "commander": "^9.4.1", "inquirer": "^8.2.5", "figlet": "^1.5.2", "simple-git": "^3.19.1", "node-cron": "^3.0.2", "boxen": "^5.1.2" }, "engines": { "node": ">=14.0.0" }, "repository": { "type": "git", "url": "https://github.com/sujithkandamuri/terminal-pet.git" }, "bugs": { "url": "https://github.com/sujithkandamuri/terminal-pet/issues" }, "homepage": "https://github.com/sujithkandamuri/terminal-pet#readme" }