-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.24 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.24 KB
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
{
"name": "universal-modules",
"version": "1.0.0",
"description": "Universal modules for rapid node.js application development",
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/leonpolak/universal.git"
},
"keywords": [
"modules"
],
"author": "Collective",
"license": "MIT",
"bugs": {
"url": "https://github.com/leonpolak/universal/issues"
},
"homepage": "https://github.com/leonpolak/universal#readme",
"dependencies": {
"@dip1059/safe-math-js": "^1.0.0",
"@huggingface/agents": "^0.0.5",
"@huggingface/hub": "^0.14.2",
"@huggingface/inference": "^2.6.6",
"@sendgrid/mail": "^8.1.1",
"auto-bind": "^5.0.1",
"dotenv": "^16.4.5",
"elevenlabs-node": "^2.0.3",
"fluent-ffmpeg": "^2.1.2",
"from-exponential": "^1.1.1",
"ioredis": "^5.3.2",
"js-tiktoken": "^1.0.10",
"lodash": "^4.17.21",
"mongodb": "6.5",
"music-metadata": "^7.14.0",
"nodemailer": "^6.9.13",
"ollama": "^0.5.0",
"openai": "^4.32.1",
"pg": "^8.11.3",
"redis": "^4.6.13",
"sharp": "^0.33.3",
"tiktoken": "^1.0.13"
},
"devDependencies": {
"jest": "^29.7.0",
"jest-extended": "^4.0.2"
}
}