ethers-meow
Version:
A simple CLI for CryptoKitties using ethers.js.
24 lines (23 loc) • 473 B
JSON
{
"name": "ethers-meow",
"version": "0.1.3",
"description": "A simple CLI for CryptoKitties using ethers.js.",
"main": "index.js",
"dependencies": {
"ethers": "^3.0.0",
"ethers-cli": "^3.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"meow": "./bin/meow.js"
},
"keywords": [
"CryptoKitties",
"ethers.js",
"meow"
],
"author": "Richard Moore <me@ricmoo.com>",
"license": "MIT"
}