-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 922 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 922 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
{
"name": "sherpai",
"version": "1.0.0",
"private": true,
"description": "Inspired by the Sherpa people of the Himalayas, known for their expertise and guidance in navigating difficult paths. Our bot is designed to bring that same thoughtful support to your code.",
"author": "Sajan Rajbhandari",
"license": "ISC",
"homepage": "https://github.com//",
"keywords": [
"probot",
"github",
"probot-app"
],
"scripts": {
"build": "tsc",
"start": "probot run ./lib/index.js",
"test": "vitest"
},
"dependencies": {
"@upstash/redis": "^1.35.0",
"dotenv": "^16.5.0",
"openai": "^5.0.1",
"probot": "^13.0.1"
},
"devDependencies": {
"@types/node": "^20.0.0",
"@types/pg": "^8.15.2",
"nock": "^14.0.0-beta.5",
"smee-client": "^2.0.0",
"typescript": "^5.3.3",
"vitest": "^1.3.1"
},
"engines": {
"node": ">= 18"
},
"type": "module"
}