-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 809 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 809 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
{
"name": "only_ever_bulk_generator",
"version": "0.0.4",
"main": "dist/app.js",
"scripts": {
"start": "npm run build && nodemon dist/app.js",
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1",
"example": "npm run build && nodemon dist/app.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"devDependencies": {
"@types/node": "^20.14.2",
"dotenv": "^16.4.5",
"nodemon": "^3.1.9",
"ts-node": "^10.9.2",
"typescript": "^5.5.4"
},
"dependencies": {
"@qdrant/js-client-rest": "^1.14.0",
"aws-sdk": "^2.1692.0",
"dotenv": "^16.4.7",
"mongodb": "^6.12.0",
"openai": "^4.77.3"
},
"eslintConfig": {
"parser": "typescript-eslint-parser",
"plugins": [
"typescript"
]
}
}