-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 920 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
{
"name": "chatgpt-lite",
"version": "1.0.3",
"description": "ChatGPT-Lite is a minimal standalone JS wrapper for the OpenAI REST API. No fluff, no filler; so tiny that you can use it inside a Bookmarklet.",
"main": "index.js",
"private": false,
"author": "Darren Semotiuk <[email protected]>",
"repository": {
"type": "git",
"url": "git+https://github.com/DarrenSem/chatgpt-lite.git"
},
"license": "MIT",
"private": false,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {},
"bugs": {
"url": "https://github.com/DarrenSem/chatgpt-lite/issues"
},
"homepage": "https://github.com/DarrenSem/chatgpt-lite#readme",
"keywords": [
"nodejs",
"javascript",
"ai",
"chatbot",
"openai",
"openai-api",
"chatgpt",
"chatgpt-api",
"chatgpt-api-wrapper",
"openai-chatgpt",
"chatgpt-lite"
]
}