UNPKG

create-privy-embedded-app

Version:
38 lines 816 B
{ "name": "create-privy-embedded-app", "version": "0.5.1", "description": "A CLI tool to create Privy embedded wallet applications", "main": "bin/cli.js", "bin": { "create-privy-embedded-app": "bin/cli.js" }, "keywords": [ "privy", "embedded-wallet", "web3", "cli", "scaffold", "nextjs" ], "author": "Amarth", "license": "MIT", "dependencies": { "commander": "^12.0.0", "inquirer": "^9.2.15", "chalk": "^4.1.2", "fs-extra": "^11.2.0", "simple-git": "^3.21.0", "ora": "^5.4.1", "prompts": "^2.4.2" }, "engines": { "node": ">=16.0.0" }, "repository": { "type": "git", "url": "https://github.com/awesamarth/create-privy-embedded-app.git" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" } }