-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.07 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1.07 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
{
"dependencies": {
"cohere-ai": "^5.1.0",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"google-auth-library": "^8.7.0",
"googleapis": "^111.0.0",
"isomorphic-unfetch": "^4.0.2",
"openai": "^3.1.0",
"spotify-dl": "^1.1.0",
"spotify-url-info": "^3.2.3",
"telegraf": "^4.11.2",
"truecallerjs": "^2.0.4",
"ytdl-core": "^4.11.2"
},
"name": "telegraf",
"description": "In trial, may gonna release soon.",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "npx nodemon",
"build": "babel Testing_codes -d dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Dikshit-byte/Automation-V-Telepath.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Dikshit-byte/Automation-V-Telepath/issues"
},
"homepage": "https://github.com/Dikshit-byte/Automation-V-Telepath#readme",
"devDependencies": {
"@babel/cli": "^7.22.5",
"@babel/core": "^7.22.5",
"@babel/preset-env": "^7.22.5"
}
}