-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 921 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 921 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
38
39
{
"name": "only_ever_generator",
"version": "8.6.5",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"start": "npm run build && nodemon src/index.ts",
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1",
"example": "npm run build && nodemon dist/index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"devDependencies": {
"@types/express": "^5.0.3",
"@types/node": "^22.15.3",
"dotenv": "^16.5.0",
"express": "^5.1.0",
"mongodb": "^6.15.0",
"nodemon": "^3.1.10",
"ts-node": "^10.9.2",
"typescript": "^5.8.3"
},
"dependencies": {
"@qdrant/js-client-rest": "^1.14.0",
"axios": "^1.9.0",
"jsonrepair": "^3.13.1",
"openai": "^5.10.2",
"stable": "^0.1.8"
},
"eslintConfig": {
"parser": "typescript-eslint-parser",
"plugins": [
"typescript"
]
}
}