-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 923 Bytes
/
package.json
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": "de-assis",
"version": "1.0.0",
"main": "src/index.ts",
"types": "src/types/index.ts",
"scripts": {
"start": "ts-node src/index.ts",
"dev": "nodemon",
"build": "tsc",
"test": "jest"
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@autonomys/auto-drive": "^1.2.1",
"chromadb": "^1.10.4",
"discord.js": "^14.18.0",
"dotenv": "^16.3.1",
"fast-xml-parser": "^5.0.8",
"lowdb": "^7.0.1",
"openai": "^4.79.4",
"telegraf": "^4.16.3"
},
"devDependencies": {
"@types/jest": "^29.5.11",
"@types/node": "^20.10.0",
"jest": "^29.7.0",
"nodemon": "^3.0.2",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}