UNPKG

eatthepie

Version:

Command line app for interacting with Eat The Pie, the world lottery on World Chain.

34 lines (33 loc) 708 B
{ "name": "eatthepie", "version": "1.3.0", "description": "Command line app for interacting with Eat The Pie, the world lottery on World Chain.", "main": "src/index.js", "type": "module", "scripts": { "start": "node src/index.js" }, "bin": { "eatthepie": "./src/index.js" }, "keywords": [ "worldchain", "lottery", "cli", "crypto" ], "author": "eatthepie.eth", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/eatthepie/cli.git" }, "dependencies": { "@uniswap/permit2-sdk": "^1.3.0", "chalk": "^4.1.2", "figlet": "^1.5.2", "inquirer": "^8.2.5", "viem": "^2.21.49", "yargs": "^17.7.2" } }