-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 894 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 894 Bytes
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
{
"name": "@dapplets/cli",
"version": "0.1.10",
"author": "Dapplets Team",
"description": "The tooling for deployment of dapplet modules to registries.",
"bin": {
"dapplet": "./bin/dapplet-cli"
},
"main": "./lib/dapplet-cli.js",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/dapplets/dapplet-cli.git"
},
"keywords": [
"dapplet",
"module",
"registry",
"deploy"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/dapplets/dapplet-cli/issues"
},
"homepage": "https://github.com/dapplets/dapplet-cli#readme",
"devDependencies": {},
"dependencies": {
"commander": "^2.20.0",
"ejs": "^3.0.1",
"ethers": "^4.0.47",
"form-data": "^2.5.0",
"inquirer": "^7.0.4",
"node-fetch": "^2.6.0",
"shelljs": "^0.8.3",
"stream-to-array": "^2.3.0",
"yargs": "^15.1.0"
}
}