forked from celo-org/celo-composer
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 loc) · 833 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": "@celo/celo-composer",
"version": "1.0.1",
"description": "Get started building dApps on Celo",
"repository": {
"type": "git",
"url": "git+https://github.com/celo-org/celo-composer.git"
},
"author": "celo",
"license": "MIT",
"bugs": {
"url": "https://github.com/celo-org/celo-composer/issues"
},
"homepage": "https://github.com/celo-org/celo-composer/blob/main/README.md",
"workspaces": [
"bin/*"
],
"dependencies": {
"chalk": "4.1.2",
"commander": "^9.4.0",
"fs-extra": "^10.1.0",
"inquirer": "^8.2.4",
"node-emoji": "^1.11.0",
"ora": "5.4.1",
"shelljs": "^0.8.5",
"yargs": "17.5.1"
},
"main": "bin/index.js",
"keywords": [
"celo-composer",
"celo"
],
"bin": {
"celo-composer": "bin/index.js"
},
"files": [
"bin"
]
}