This repository was archived by the owner on Aug 28, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.31 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.31 KB
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
{
"name": "github-copilot-dust",
"version": "1.0.0",
"type": "module",
"scripts": {
"start": "node dist/main.js",
"build": "tsc",
"dev": "tsx --watch src/main.ts",
"test": "vitest",
"prepare": "husky || true"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@copilot-extensions/preview-sdk": "^5.0.1",
"@dust-tt/client": "^1.0.23",
"@opentelemetry/auto-instrumentations-node": "^0.55.2",
"@opentelemetry/exporter-prometheus": "^0.57.1",
"@opentelemetry/sdk-node": "^0.57.1",
"@types/body-parser": "^1.19.5",
"body-parser": "^1.20.3",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"helmet": "^8.0.0",
"pino-http": "^10.4.0",
"pino-pretty": "^13.0.0"
},
"devDependencies": {
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@types/express": "^5.0.0",
"@types/node": "^22.10.6",
"eslint": "^9.18.0",
"eslint-config-prettier": "^9.1.0",
"husky": "^9.1.7",
"lint-staged": "^15.3.0",
"prettier": "^3.4.2",
"tsx": "^4.19.2",
"typescript": "^5.7.3",
"vitest": "^2.1.8"
},
"packageManager": "pnpm@9.15.4+sha512.b2dc20e2fc72b3e18848459b37359a32064663e5627a51e4c74b2c29dd8e8e0491483c3abb40789cfd578bf362fb6ba8261b05f0387d76792ed6e23ea3b1b6a0"
}