-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
67 lines (67 loc) · 1.49 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "@qdivision/chip",
"version": "1.8.0",
"description": "Easily manage microservices and infrastructure for local development",
"files": [
"build/",
"assets/",
"src/",
"chip-log-stamper.js",
"chip.js",
"package.json",
"README.md",
"yarn.lock"
],
"contributors": [
"Andrew Dillon <[email protected]>",
"Jason Hatton",
"David Morley",
"Joel Walker",
"Erik Hefferly",
"Ravi Ramphe",
"Nick Goodson"
],
"license": "MIT",
"private": false,
"bin": {
"chip": "chip.js",
"chip-log-stamper": "chip-log-stamper.js"
},
"scripts": {
"build": "tsc",
"buildw": "tsc --watch"
},
"dependencies": {
"chalk": "^4.1.0",
"humanize-duration": "^3.23.1",
"js-yaml": "^3.14.0",
"lodash": "^4.17.20",
"mz": "^2.7.0",
"table": "^6.0.3",
"yargs": "^16.0.0"
},
"devDependencies": {
"@types/humanize-duration": "^3.18.1",
"@types/js-yaml": "^3.12.5",
"@types/lodash": "^4.14.161",
"@types/mz": "^2.7.1",
"@types/node": "^14.6.4",
"@types/table": "^5.0.0",
"@types/yargs": "^15.0.5",
"@types/yargs-parser": "^15.0.0",
"prettier": "^2.1.1",
"typescript": "^4.0.2"
},
"homepage": "https://github.com/QDivision/chip",
"repository": "git+https://github.com/QDivision/chip.git",
"bugs": {
"url": "https://github.com/QDivision/chip/issues"
},
"keywords": [
"chip",
"qdivision",
"microservices",
"infrastructure",
"database"
]
}