-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 725 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 725 Bytes
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
{
"name": "girlfriend.ai.bot",
"version": "1.0.0",
"description": "AI girlfriend telegram bot gemini ",
"license": "ISC",
"author": "manoj",
"type": "commonjs",
"main": "dist/server.js",
"scripts": {
"build": "tsc",
"start": "node dist/server.js",
"test": "echo \"Error: no test specified\" && exit 1",
"tswatch": "tsc -w",
"jswatch": "nodemon dist/server.js",
"check": "tsc --noEmit"
},
"dependencies": {
"@google/genai": "^1.15.0",
"axios": "^1.11.0",
"cors": "^2.8.5",
"dotenv": "^17.2.1",
"express": "^5.1.0",
"node-lame": "^1.4.0",
"nodemon": "^3.1.10"
},
"devDependencies": {
"@types/cors": "^2.8.19",
"@types/express": "^5.0.3"
}
}