-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.29 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
{
"name": "dagger-cli",
"version": "1.0.11",
"preferGlobal": true,
"description": "Scaffolding cli tool for Dagger.js projects",
"bin": {
"dagger": "bin/dagger",
"dagger-init": "bin/dagger-init",
"dagger-create": "bin/dagger-create",
"dagger-create-bootstrap": "bin/dagger-create-bootstrap",
"dagger-create-endpoint": "bin/dagger-create-endpoint",
"dagger-create-middleware": "bin/dagger-create-middleware",
"dagger-create-model": "bin/dagger-create-model",
"dagger-destroy": "bin/dagger-destroy",
"dagger-destroy-bootstrap": "bin/dagger-destroy-bootstrap",
"dagger-destroy-endpoint": "bin/dagger-destroy-endpoint",
"dagger-destroy-middleware": "bin/dagger-destroy-middleware",
"dagger-destroy-model": "bin/dagger-destroy-model",
"dagger-config": "bin/dagger-config",
"dagger-config-template": "bin/dagger-config-template"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": "https://github.com/UmbraEngineering/dagger-cli",
"author": "James Brumond <james@jbrumond.me> (http://www.jbrumond.me)",
"license": "MIT",
"dependencies": {
"commander": "~2.1.0",
"command": "0.0.4",
"handlebars": "~2.0.0-alpha.2",
"co-prompt": "^1.0.0",
"tabtab": "0.0.2",
"exists-patch": "0.0.0"
}
}