forked from lalalune/DegenSpartanAI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
143 lines (143 loc) Β· 4.68 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
{
"name": "eliza",
"version": "1.0.0",
"description": "",
"main": "dist/index.js",
"type": "module",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"start": "node --loader ts-node/esm src/index.ts",
"start:service:ruby": "pm2 start npm --name=\"ruby\" --restart-delay=3000 --max-restarts=10 -- run start:ruby",
"stop:service:ruby": "pm2 stop ruby",
"start:ruby": "node --loader ts-node/esm src/index.ts --characters=\"characters/ruby.character.json\"",
"watch": "tsc --watch",
"dev": "nodemon",
"postinstall": "npx playwright install-deps && npx playwright install",
"test": "NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules\" jest --runInBand --watch -f",
"test:sqlite": "NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules\" TEST_DATABASE_CLIENT=sqlite jest --runInBand --watch -f",
"test:sqljs": "NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules\" TEST_DATABASE_CLIENT=sqljs jest --runInBand --watch -f"
},
"author": "",
"license": "MIT",
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^5.0.5",
"@rollup/plugin-typescript": "^11.1.6",
"@types/better-sqlite3": "^7.6.9",
"@types/fluent-ffmpeg": "^2.1.25",
"@types/jest": "^27.5.2",
"@types/node": "20.9.4",
"@types/sql.js": "^1.4.9",
"@types/wav-encoder": "^1.3.3",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^7.0.1",
"dotenv": "^16.4.5",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"itty-router": "^3.0.12",
"jest": "^29.7.0",
"lint-staged": "^15.2.1",
"npm-run-all": "^4.1.5",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"rollup": "^2.79.1",
"rollup-plugin-terser": "^7.0.0",
"ts-jest": "^29.2.4",
"ts-node": "^10.9.2",
"tslib": "^2.6.2",
"typescript": "^5.3.3",
"wrangler": "^3.0.0"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.27.0",
"@cliqz/adblocker-playwright": "^1.31.3",
"@diffusionstudio/vits-web": "^1.0.2",
"@discordjs/opus": "github:discordjs/opus",
"@discordjs/voice": "^0.17.0",
"@echogarden/espeak-ng-emscripten": "^0.1.2",
"@echogarden/kissfft-wasm": "^0.1.1",
"@echogarden/speex-resampler-wasm": "^0.1.1",
"@huggingface/transformers": "^3.0.0-alpha.14",
"@opendocsg/pdf2md": "^0.1.31",
"@solana/spl-token": "^0.4.9",
"@solana/web3.js": "^1.95.4",
"@supabase/supabase-js": "^2.39.3",
"@types/body-parser": "^1.19.5",
"@types/cors": "^2.8.17",
"@types/express": "^5.0.0",
"agent-twitter-client": "^0.0.13",
"alawmulaw": "^6.0.0",
"ansi-colors": "^4.1.3",
"better-sqlite3": "^11.1.2",
"body-parser": "^1.20.3",
"capsolver-npm": "^2.0.2",
"cldr-segmentation": "^2.2.1",
"command-exists": "^1.2.9",
"commander": "^12.1.0",
"cors": "^2.8.5",
"cross-fetch": "^4.0.0",
"csv-writer": "^1.6.0",
"discord.js": "^14.14.1",
"espeak-ng": "^1.0.2",
"express": "^4.21.1",
"ffmpeg-static": "^5.2.0",
"figlet": "^1.7.0",
"fluent-ffmpeg": "^2.1.3",
"formdata-node": "^6.0.3",
"gaxios": "^6.7.1",
"gif-frames": "^1.0.1",
"html-escaper": "^3.0.3",
"html-to-text": "^9.0.5",
"import-meta-resolve": "^4.1.0",
"jieba-wasm": "^2.1.1",
"js-sha1": "^0.7.0",
"kuromoji": "^0.1.2",
"libsodium-wrappers": "^0.7.13",
"multer": "^1.4.5-lts.1",
"node-llama-cpp": "^3.0.0-beta.44",
"node-wav": "^0.0.2",
"nodejs-whisper": "^0.1.18",
"nodemon": "^3.1.4",
"onnxruntime-node": "1.19.0",
"openai": "^4.56.0",
"pdfjs-dist": "^4.5.136",
"playwright": "^1.46.1",
"pm2": "^5.4.2",
"prism-media": "^1.3.5",
"puppeteer-extra": "^3.3.6",
"puppeteer-extra-plugin-capsolver": "^2.0.1",
"sql.js": "^1.10.2",
"sqlite-vss": "^0.1.2",
"srt": "^0.0.3",
"systeminformation": "^5.23.5",
"tiktoken": "^1.0.16",
"tinyld": "^1.3.4",
"unique-names-generator": "^4.7.1",
"uuidv4": "^6.2.13",
"wav": "^1.0.2",
"wav-encoder": "^1.3.0",
"wavefile": "^11.0.0",
"whisper-turbo": "^0.11.0",
"ws": "^8.16.0",
"yargs": "^17.7.2",
"youtube-dl-exec": "^3.0.7"
},
"trustedDependencies": {
"onnxruntime-node": "1.19.0",
"@discordjs/opus": "github:discordjs/opus",
"sharp": "^0.33.5"
},
"optionalDependencies": {
"sharp": "^0.33.5",
"sqlite-vss-darwin-arm64": "^0.1.2",
"sqlite-vss-darwin-x64": "^0.1.2",
"sqlite-vss-linux-arm64": "^0.1.2",
"sqlite-vss-linux-x64": "^0.1.2",
"sqlite-vss-win32-arm64": "^0.1.2",
"sqlite-vss-win32-x64": "^0.1.2"
}
}