forked from archethic-foundation/aeweb-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 783 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
{
"name": "aeweb",
"version": "0.3.0",
"type": "module",
"description": "A cli to deploy websites on top of ArchEthic",
"bin": {
"aeweb": "aeweb.js"
},
"keywords": [
"cli"
],
"main": "aeweb.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/archethic-foundation/aeweb-cli.git"
},
"author": "",
"license": "AGPL3",
"bugs": {
"url": "https://github.com/archethic-foundation/aeweb-cli/issues"
},
"homepage": "https://github.com/archethic-foundation/aeweb-cli#readme",
"dependencies": {
"archethic": "^1.8.1",
"chalk": "^5.0.1",
"figlet": "^1.5.2",
"lodash": "^4.17.21",
"yargs": "^17.5.1",
"yesno": "^0.3.1"
}
}