-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
68 lines (68 loc) · 1.7 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
68
{
"name": "@splitmedialabs/devctl",
"version": "4.5.0",
"contributors": [
"Makara Sok",
"Enrico Suarez <[email protected]>",
"Rokn Hamdan"
],
"description": "Easily start developing in monorepos with docker-compose",
"main": "dist/cli.js",
"bin": "./bin/devctl.js",
"scripts": {
"build": "tsc -b",
"clean": "rimraf dist/",
"dist": "tsc --sourceMap false",
"prepare": "$npm_execpath run clean && $npm_execpath run dist"
},
"files": [
"src",
"dist",
"LICENSE",
"readme.md",
"bin"
],
"repository": {
"type": "git",
"url": "git+https://github.com/SplitmediaLabsLimited/devctl.git"
},
"bugs": {
"url": "https://github.com/SplitmediaLabsLimited/devctl/issues"
},
"license": "MIT",
"dependencies": {
"@cipherstash/gluegun": "^5.1.2",
"@expo/spawn-async": "^1.7.0",
"@google-cloud/secret-manager": "^4.2.1",
"bluebird": "^3.7.2",
"concurrently": "^5.0.2",
"cosmiconfig": "8",
"deepmerge": "^4.2.2",
"dockerode": "^3.0.2",
"dotenv": "^16.0.3",
"get-port": "^5.0.0",
"js-yaml": "^3.13.1",
"lodash": "^4.17.15",
"mustache": "^4.2.0",
"node_modules-path": "^2.0.5"
},
"devDependencies": {
"@types/bluebird": "^3.5.38",
"@types/mustache": "^4.2.2",
"@types/node": "^16",
"@typescript-eslint/eslint-plugin": "^5.54.0",
"babel-eslint": "^10.0.3",
"eslint": "^6.7.1",
"eslint-config-prettier": "^6.7.0",
"eslint-plugin-jest": "^23.0.5",
"eslint-plugin-prettier": "^3.1.1",
"jest": "^29.3.1",
"prettier": "^2.8.4",
"rimraf": "^5.0.1",
"typescript": "^4.6.3"
},
"volta": {
"node": "16.18.1"
},
"packageManager": "[email protected]"
}