-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 991 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
{
"name": "tooly",
"version": "0.0.8",
"description": "CLI tool for common tasks",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"main": "src/index.js",
"scripts": {
"start": "node src/index.js"
},
"bin": {
"tooly": "./src/index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/Shuki-L/my-cli-tool"
},
"keywords": [
"cli",
"command",
"tooly"
],
"author": "Shuki Levy",
"license": "MIT",
"dependencies": {
"@aws-sdk/client-cloudwatch-logs": "^3.42.0",
"@aws-sdk/client-lambda": "^3.42.0",
"@aws-sdk/client-secrets-manager": "^3.38.0",
"@aws-sdk/client-sqs": "^3.43.0",
"@inquirer/input": "^0.0.18-alpha.0",
"@octokit/auth-app": "^3.6.1",
"@octokit/request": "^5.6.3",
"@octokit/rest": "^18.12.0",
"cfonts": "^2.4.5",
"chalk": "^4.1.1",
"console-table-printer": "^2.10.0",
"execa": "^5.0.0",
"inquirer": "^8.1.0",
"open": "^6.4.0"
}
}