create-rainbow-app
Version:
A Module to make DAPP easily and quickly
41 lines (40 loc) • 1.03 kB
JSON
{
"name": "create-rainbow-app",
"version": "5.2.2",
"main": "index.js",
"license": "MIT",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"dependencies": {
"chalk": "^5.3.0",
"fs-extra": "^11.2.0"
},
"bin": {
"create-rainbow-app": "index.js"
},
"description": "A Module to make DAPP easily and quickly",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PATEL96/create-rainbow-app.git"
},
"keywords": [
"RainbowKit",
"Ethereum",
"Metamask",
"Wallets",
"Web3Auth",
"NextJs"
],
"author": "PATEL96",
"bugs": {
"url": "https://github.com/PATEL96/create-rainbow-app/bugs"
},
"issues": {
"url": "https://github.com/PATEL96/create-rainbow-app/issues"
},
"homepage": "https://github.com/PATEL96/create-rainbow-app#readme"
}