-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 947 Bytes
/
package.json
File metadata and controls
48 lines (48 loc) · 947 Bytes
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
{
"name": "bot-beam",
"description": "CLI to install BOTs in GitHub repositories",
"type": "module",
"version": "1.1.5",
"license": "UNLICENSED",
"bin": {
"beam": "index.js"
},
"author": {
"name": "Janith Hathnagoda"
},
"keywords": [
"BotBeam",
"Janith Hathnagoda"
],
"files": [
"index.js",
"utils",
"functions"
],
"scripts": {
"format": "prettier --write \"./**/*.{js,json}\""
},
"dependencies": {
"@octokit/auth-app": "^6.0.3",
"@octokit/rest": "^20.0.2",
"axios": "^1.6.7",
"boxen": "^7.1.1",
"chalk": "^4.1.2",
"cli-alerts": "^1.2.2",
"cli-handle-error": "^4.4.0",
"cli-handle-unhandled": "^1.1.1",
"cli-meow-help": "^3.1.0",
"cli-welcome": "^2.2.2",
"commander": "^12.0.0",
"dotenv": "^16.4.1",
"express": "^4.18.2",
"fs": "^0.0.1-security",
"meow": "^9.0.0",
"open": "^10.0.3",
"winston": "^3.11.0",
"yargs": "^17.7.2"
},
"devDependencies": {
"prettier": "^3.2.4"
}
}