-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1023 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
41
42
43
{
"name": "@chuteh/query-bot_v1",
"version": "1.0.15",
"description": "a chatbot component for react and next app",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "babel src --out-dir dist --copy-files"
},
"keywords": [
"react",
"chatbot",
"component"
],
"author": "David CHuks",
"license": "MIT",
"peerDependencies": {
"prop-types": "^15.8.1",
"react": "^17.0.0 || ^18.0.0"
},
"dependencies": {
"@google/generative-ai": "^0.19.0",
"dotenv": "^16.4.5",
"prop-types": "^15.8.1",
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^18.3.1",
"react-icons": "^5.3.0"
},
"repository": {
"type": "git",
"url": "https://github.com/yourusername/chatbot-component.git"
},
"homepage": "https://github.com/yourusername/chatbot-component#readme",
"devDependencies": {
"@babel/cli": "^7.25.6",
"@babel/preset-env": "^7.25.4",
"@babel/preset-react": "^7.24.7"
},
"files": [
"dist",
"assets"
]
}