forked from sourcegraph/zendesk-discord-integration
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 985 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
{
"name": "@sourcegraph/discord-introducer",
"scripts": {
"watch": "nodemon src/index.ts",
"watch:discord-only": "nodemon src/discord-only.ts",
"build": "tsc --build",
"zendesk:package": "npx ts-node scripts/package.ts",
"zendesk:deploy": "npx ts-node scripts/deploy.ts"
},
"dependencies": {
"@qdrant/js-client-rest": "^1.3.0",
"axios": "^1.4.0",
"body-parser": "^1.20.2",
"discord.js": "^14.11.0",
"dotenv": "^16.3.1",
"ejs": "^3.1.9",
"express": "^4.18.2",
"form-data": "^4.0.0",
"jsonwebtoken": "^9.0.1",
"openai": "^3.3.0"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.1.0",
"@sourcegraph/prettierrc": "^3.0.3",
"@sourcegraph/tsconfig": "^4.0.1",
"@types/body-parser": "^1.19.2",
"@types/express": "^4.17.17",
"@types/jsonwebtoken": "^9.0.2",
"@types/node-zendesk": "^2.0.11",
"jszip": "^3.10.1",
"ts-node": "^10.9.1",
"typescript": "^5.1.6"
}
}