-
-
Notifications
You must be signed in to change notification settings - Fork 235
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.24 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.24 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
46
47
48
49
50
51
{
"name": "api",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "jest",
"check": "tsc --noEmit"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@notionhq/client": "^0.4.13",
"@octokit/core": "^4.2.0",
"@sendgrid/mail": "^7.4.6",
"@supabase/supabase-js": "^2.31.0",
"@upstash/ratelimit": "^1.1.3",
"@vercel/kv": "^1.0.1",
"ai": "^6.0.79",
"ajv": "^8.12.0",
"axios": "^0.27.2",
"csv-parse": "^5.3.6",
"date-fns": "^2.29.3",
"graph-selector": "^0.13.0",
"highlight.js": "^11.8.0",
"marked": "^4.1.1",
"micro": "^10.0.1",
"moniker": "^0.1.2",
"multer": "1.4.5-lts.1",
"notion-to-md": "^2.5.5",
"openai": "^4.89.1",
"shared": "workspace:*",
"stripe": "^15.5.0",
"zod": "^3.25.76",
"zod-to-json-schema": "^3.22.3"
},
"devDependencies": {
"@swc/jest": "^0.2.24",
"@types/jest": "^29.0.0",
"@types/marked": "^4.0.7",
"@types/multer": "^1.4.11",
"@types/node": "^18.16.17",
"@typescript-eslint/eslint-plugin": "^6.2.0",
"@typescript-eslint/parser": "^6.2.0",
"@vercel/node": "^2.15.10",
"eslint": "^8.3.0",
"jest": "^29.4.3",
"typescript": "5.5.3"
}
}