-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
41 lines (41 loc) · 955 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
40
41
{
"name": "@dynamicweb/cli",
"type": "module",
"description": "Dynamicweb CLI is a commandline tool for interacting with Dynamicweb 10 solutions.",
"version": "1.0.12",
"main": "bin/index.js",
"files": [
"bin/*"
],
"keywords": [],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Dynamicweb A/S (https://www.dynamicweb.com)",
"repository": {
"type": "git",
"url": "git+https://github.com/dynamicweb/CLI.git"
},
"contributors": [
"Dynamicweb A/S"
],
"license": "MIT",
"bin": {
"dw": "bin/index.js"
},
"bugs": {
"url": "https://github.com/dynamicweb/CLI/issues"
},
"dependencies": {
"child_process": "^1.0.2",
"degit": "^2.8.4",
"extract-zip": "^2.0.1",
"fetch": "^1.1.0",
"form-data": "^4.0.0",
"https": "^1.0.0",
"node-fetch": "^3.2.10",
"path": "^0.12.7",
"yargs": "^17.5.1",
"yargs-interactive": "^3.0.1"
}
}