-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
85 lines (85 loc) · 2.5 KB
/
Copy pathpackage.json
File metadata and controls
85 lines (85 loc) · 2.5 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
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
{
"name": "project-canis",
"version": "11.1.0",
"description": "Canis Major and the constellation Canis Minor, the “lesser dog,” are widely regarded as two hunting hounds that follow Orion, the great hunter of ancient Greek legends.",
"main": "src/index.ts",
"scripts": {
"build": "prisma generate && ts-node scripts/build.ts",
"build:clean": "ts-node scripts/build.ts --clean",
"start": "node dist/runner.js dist/index.js",
"dev": "ts-node src/runner.ts src/index.ts",
"test:sentry": "ts-node tests/sentry.ts"
},
"bin": {
"project-canis": "./dist/runner.js",
"canis": "./dist/runner.js"
},
"author": {
"name": "Melvin Jones Repol",
"email": "mrepol742@gmail.com",
"url": "https://mrepol742.github.io"
},
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/mrepol742/project-canis.git"
},
"bugs": {
"url": "https://github.com/mrepol742/project-canis/issues",
"email": "mrepol742@gmail.com"
},
"dependencies": {
"@google/genai": "^1.30.0",
"@openrouter/ai-sdk-provider": "^1.2.8",
"@prisma/adapter-mariadb": "^7.2.0",
"@prisma/client": "^7.2.0",
"@sentry/node": "^10.31.0",
"ai": "^5.0.106",
"axios": "^1.13.2",
"cli-progress": "^3.12.0",
"countries-and-timezones": "^3.8.0",
"dotenv": "^17.2.3",
"emoji-regex": "^10.6.0",
"fb-downloader-scrapper": "^3.0.1",
"genius-lyrics": "^4.4.7",
"google-tts-api": "^2.0.2",
"groq-sdk": "^0.34.0",
"is-spaghetti-code": "^1.0.1",
"libphonenumber-js": "^1.12.30",
"mathjs": "^15.1.0",
"moment-timezone": "^0.6.0",
"node-cron": "^4.2.1",
"npmlog": "^7.0.1",
"ollama": "^0.6.3",
"openai": "^6.9.1",
"p-queue": "^9.0.1",
"qrcode": "^1.5.4",
"qrcode-terminal": "^0.12.0",
"redis": "^5.10.0",
"semver": "^7.7.3",
"speedtest-net": "^2.2.0",
"systeminformation": "^5.27.11",
"unbzip2-stream": "^1.4.3",
"undici": "^7.16.0",
"whatsapp-web.js": "^1.34.6",
"youtubei.js": "^16.0.1"
},
"devDependencies": {
"@types/cli-progress": "^3.11.6",
"@types/dotenv": "^6.1.1",
"@types/he": "^1.2.3",
"@types/node": "^24.0.14",
"@types/npmlog": "^7.0.0",
"@types/qrcode": "^1.5.6",
"@types/qrcode-terminal": "^0.12.2",
"@types/semver": "^7.7.1",
"@types/speedtest-net": "^2.1.5",
"@types/unbzip2-stream": "^1.4.3",
"prisma": "^7.2.0",
"ts-node": "^10.9.2",
"typescript": "^5.9.3"
},
"engines": {
"node": ">=18.x"
}
}