-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
44 lines (44 loc) · 1.01 KB
/
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
40
41
42
43
44
{
"name": "@archethicjs/aeweb-cli",
"version": "0.7.4",
"type": "module",
"description": "A cli to deploy websites on top of Archethic",
"bin": {
"aeweb": "aeweb.js"
},
"exports": {
"import": "./index.js"
},
"keywords": [
"archethic",
"web3",
"blockchain",
"hosting",
"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": "Archethic Foundation <[email protected]>",
"license": "AGPL3",
"bugs": {
"url": "https://github.com/archethic-foundation/aeweb-cli/issues"
},
"homepage": "https://github.com/archethic-foundation/aeweb-cli#readme",
"dependencies": {
"@archethicjs/sdk": "1.20.3",
"bip39": "^3.1.0",
"chalk": "^5.0.1",
"figlet": "^1.5.2",
"glob": "^8.1.0",
"lodash": "^4.17.21",
"parse-gitignore": "^2.0.0",
"yargs": "^17.5.1",
"yesno": "^0.4.0"
}
}