-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 899 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "create-rainbow-app",
"version": "3.6.0",
"main": "index.js",
"license": "MIT",
"publishConfig": {
"@PATEL96:registry": "https://npm.pkg.github.com"
},
"dependencies": {
"chalk": "^5.3.0",
"fs-extra": "^11.2.0",
"git-clone": "^0.2.0",
"inquirer": "^10.1.8"
},
"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/issues"
},
"homepage": "https://github.com/PATEL96/create-rainbow-app#readme"
}