-
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) · 887 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 887 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": "qai",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"build": "tsc -p tsconfig.json",
"start": "env-cmd -e dev -- nodemon"
},
"author": "",
"license": "ISC",
"dependencies": {
"@directus/sdk": "^18.0.1",
"@fastify/cookie": "^11.0.1",
"@fastify/formbody": "^8.0.2",
"@fastify/multipart": "^9.0.3",
"@fastify/static": "^8.0.3",
"@fastify/view": "^10.0.1",
"@litehex/node-vault": "^1.0.1",
"@sinclair/typebox": "^0.34.11",
"eta": "^3.5.0",
"fastify": "^5.1.0",
"micromark": "^4.0.1",
"openai": "^4.76.0",
"uuid": "^11.1.0"
},
"devDependencies": {
"@tsconfig/node23": "^23.0.0",
"@types/node": "^22.10.1",
"@types/xxhashjs": "^0.2.4",
"env-cmd": "^10.1.0",
"nodemon": "^3.1.7",
"tsx": "^4.19.2",
"typescript": "^5.7.2"
}
}