UNPKG

neko-cli

Version:

Neko-CLI is a fast and powerful tool for managing packages with a fun, neko-themed twist! With sleek animations and progress bars, it allows you to easily add, remove, and publish packages. The CLI is designed to be quick, ensuring smooth performance ever

76 lines (75 loc) 2.27 kB
{ "name": "neko-cli", "version": "2.2.2", "description": "Neko-CLI is a fast and powerful tool for managing packages with a fun, neko-themed twist! With sleek animations and progress bars, it allows you to easily add, remove, and publish packages. The CLI is designed to be quick, ensuring smooth performance every time. It intelligently handles package installations and dependencies, optimizing for the best performance. Whether you're a developer or just starting, Neko-CLI provides a user-friendly and efficient environment, making package management more enjoyable. It always strives to install the necessary packages for optimal performance, making your workflow more productive and less stressful!", "main": "meow.js", "type": "module", "scripts": {}, "bin": { "meow": "./meow.js" }, "keywords": [ "cli", "neko", "package-manager", "install", "uninstall", "npm", "yarn", "progress-bar", "animation", "meow-cli", "performance", "dependencies", "dev-tools", "automation", "cat-themed" ], "author": "UnStackss", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/Neko-CLI/Neko-CLI.git" }, "homepage": "https://neko-cli.com/", "bugs": { "url": "https://github.com/Neko-CLI/Neko-CLI.git", "email": "support@neko-cli.com" }, "funding": { "type": "paypal", "url": "https://paypal.me/UnStackss?country.x=IT&locale.x=en_US" }, "dependencies": { "archiver": "^7.0.1", "axios": "^1.7.8", "chalk": "^5.3.0", "chalk-animation": "^2.0.3", "crypto": "^1.0.1", "detect-package-manager": "^3.0.2", "file-type": "^19.6.0", "fs-extra": "^11.2.0", "glob": "^11.0.0", "https": "^1.0.0", "js-yaml": "^4.1.0", "mime": "^4.0.4", "moment-timezone": "^0.5.46", "node-fetch": "^3.3.2", "ora": "^8.1.1", "path": "^0.12.7", "promises": "^0.2.5", "read-pkg": "^9.0.1", "readline": "^1.3.0", "readline-sync": "^1.4.10", "semver": "^7.6.3", "util": "^0.12.5", "yarn-lockfile": "^1.1.1" }, "devDependencies": { "@eslint/js": "^9.16.0", "eslint": "^9.16.0", "globals": "^15.12.0", "prettier": "^3.4.1", "typescript": "^5.7.2" } }