-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
46 lines (46 loc) · 1.13 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
{
"name": "dave",
"version": "1.1.0",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"start": "node dist/index.js",
"prepublish": "yarn build",
"build": "./node_modules/.bin/tsc"
},
"files": [
"dist/*"
],
"license": "AGPL-3.0-or-later",
"devDependencies": {
"@types/bad-words": "^3.0.1",
"@types/fabric": "^4.2.2",
"@types/he": "^1.1.1",
"@types/imagemin": "^8.0.0",
"@types/mathjs": "^6.0.0",
"@types/node": "^16.6.1",
"@types/node-fetch": "^2.5.7",
"@types/sqlite3": "^3.1.6",
"@types/ws": "^7.2.2",
"typescript": "^5.2.2"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.27.3",
"@solana/web3.js": "^1.91.3",
"discord.js": "^14.13.0",
"fabric": "^4.3.1",
"form-data": "^4.0.0",
"he": "^1.2.0",
"imagemin": "^8.0.1",
"imagemin-gifsicle": "https://github.com/imagemin/imagemin-gifsicle.git",
"mathjs": "^7.5.1",
"moment": "^2.24.0",
"node-fetch": "^2.6.1",
"node-html-parser": "^1.3.1",
"openai": "^4.63.0",
"sqlite3": "^5.0.0",
"text-on-gif": "^2.0.7",
"xml-js": "^1.6.11"
}
}