forked from mrepol742/project-canis
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.56 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.56 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
{
"name": "project-canis",
"version": "11.0.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.",
"private": true,
"main": "src/index.ts",
"scripts": {
"build": "tsc",
"start": "clear && while [ true ]; do npm run canis ; done",
"canis": "ts-node src/index.ts"
},
"bin": {
"client": "./dist/index.js"
},
"author": {
"name": "Melvin Jones Repol",
"email": "mrepol742@gmail.com",
"url": "https://mrepol742.github.io"
},
"license": "SEE LICENSE IN https://github.com/mrepol742/project-canis/",
"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": {
"@openrouter/ai-sdk-provider": "^0.7.2",
"@prisma/client": "^6.12.0",
"ai": "^4.3.19",
"axios": "^1.10.0",
"dotenv": "^17.2.0",
"fb-downloader-scrapper": "^3.0.1",
"google-tts-api": "^2.0.2",
"groq-sdk": "^0.27.0",
"npmlog": "^7.0.1",
"qrcode-terminal": "^0.12.0",
"redis": "^5.6.0",
"systeminformation": "^5.27.7",
"whatsapp-web.js": "^1.31.0",
"youtubei.js": "^14.0.0"
},
"devDependencies": {
"@types/dotenv": "^6.1.1",
"@types/node": "^24.0.14",
"@types/npmlog": "^7.0.0",
"prisma": "^6.12.0",
"ts-node": "^10.9.2",
"typescript": "^5.8.3"
},
"engines": {
"node": ">=24.x"
}
}