-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 925 Bytes
/
package.json
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
{
"name": "common-chatgpt",
"version": "1.0.8",
"description": "This generic module helps in integrating ChatGPT to your any project.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"prepare": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PiyushDuggal-source/common-chatGPT.git"
},
"keywords": [
"generic chatgpt",
"whatsapp chatgpt",
"discord chatgpt",
"chatgpt",
"whatsapp",
"discord",
"openai",
"gpt"
],
"author": "Piyush Duggal <duggalpiyush0@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/PiyushDuggal-source/common-chatGPT/issues"
},
"homepage": "https://github.com/PiyushDuggal-source/common-chatGPT#readme",
"dependencies": {
"openai": "^3.1.0"
},
"devDependencies": {
"typescript": "^4.9.5"
},
"files": [
"dist"
]
}