-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.16 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.16 KB
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
45
46
47
48
49
50
51
52
{
"name": "@irontitan/doctor",
"version": "1.1.5",
"description": "Tool to operate @irontitan/paradox and help with controling time",
"bin": {
"doctor": "dist/cli.js"
},
"scripts": {
"clean": "rm -rf dist",
"build": "tsc",
"build:clean": "pnpm run clean && pnpm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/irontitan/doctor.git"
},
"keywords": [
"event",
"sourcing",
"paradox",
"time",
"events"
],
"author": "",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/irontitan/doctor/issues"
},
"homepage": "https://github.com/irontitan/doctor#readme",
"dependencies": {
"@irontitan/paradox": "^2.11.2",
"caporal": "^1.1.0",
"chalk": "^2.4.2",
"inquirer": "^6.2.2",
"moment": "^2.24.0",
"mongodb": "^3.1.13",
"ora": "^3.0.0",
"prettyjson": "^1.2.1",
"progress": "^2.0.3"
},
"devDependencies": {
"@types/inquirer": "^0.0.43",
"@types/mongodb": "^3.1.19",
"@types/node": "^10.12.21",
"@types/ora": "^3.0.0",
"@types/prettyjson": "^0.0.28",
"@types/progress": "^2.0.3"
},
"files": [
"dist/**/*"
]
}