-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.03 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
{
"name": "give-me-answers",
"version": "1.0.3",
"description": "give-me-answers is a super simple wrapper around the OpenAI SDK that helps you get AI answers fast. It lets you send prompts and get structured, validated responses without all the hassle. Perfect for creating quick scripts that need OpenAI answers.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/guybinya/give-me-answers"
},
"scripts": {
"build": "tsc"
},
"keywords": [
"give-me-answers",
"OpenAI",
"AI",
"answers",
"OpenAI",
"SDK",
"Zod",
"AI",
"integration",
"prompt",
"validation",
"schema",
"validation",
"chatbot",
"OpenAI",
"wrapper",
"easy",
"OpenAI",
"OpenAI",
"responses",
"AI",
"helper",
"get",
"answers",
"OpenAI",
"chat",
"quick",
"AI",
"scripts"
],
"author": "Binya",
"license": "MIT",
"dependencies": {
"openai": "^4.63.0",
"zod": "^3.23.8"
}
}