UNPKG

vibe-integrations-cli

Version:

Vibe Integrations - Breezi's CLI tool for PayPal integration projects

51 lines 1.07 kB
{ "name": "vibe-integrations-cli", "version": "1.0.0", "type": "module", "description": "Vibe Integrations - Breezi's CLI tool for PayPal integration projects", "main": "dist/cli.js", "bin": { "vibe-integrations": "dist/cli.js", "vibe-sdk": "dist/cli.js" }, "scripts": { "build": "tsc", "dev": "tsc --watch", "test": "echo \"No tests specified\"", "lint": "eslint src/**/*.ts", "type-check": "tsc --noEmit", "clean": "rm -rf dist" }, "dependencies": { "inquirer": "^9.2.12", "fs-extra": "^11.2.0", "chalk": "^5.3.0" }, "devDependencies": { "@types/inquirer": "^9.0.7", "@types/fs-extra": "^11.0.4", "@types/node": "^20.10.0", "typescript": "^5.3.0" }, "files": [ "dist" ], "repository": { "type": "git", "url": "https://github.com/breezi-dev/vibe-integrations" }, "keywords": [ "breezi", "vibe", "integrations", "sdk", "cli", "paypal", "payments", "generator", "scaffold", "react", "javascript" ], "license": "MIT" }