-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 921 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
42
43
{
"name": "dorky",
"version": "2.1.2",
"description": "DevOps Records Keeper.",
"bin": {
"dorky": "bin/index.js"
},
"scripts": {
"start": "node bin/index.js",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/trishantpahwa/dorky.git"
},
"keywords": [
"DevOps",
"env",
"yaml",
"json"
],
"author": "Trishant Pahwa",
"license": "ISC",
"bugs": {
"url": "https://github.com/trishantpahwa/dorky/issues"
},
"homepage": "https://github.com/trishantpahwa/dorky#readme",
"devDependencies": {
"tsc": "^2.0.4",
"typescript": "^5.5.4"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.658.1",
"@google-cloud/local-auth": "^3.0.1",
"chalk": "^4.1.2",
"glob": "^11.0.0",
"googleapis": "^144.0.0",
"md5": "^2.3.0",
"mime-type": "^4.0.0",
"mime-types": "^2.1.35",
"yargs": "^17.7.2"
}
}