-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
39 lines (39 loc) · 910 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
{
"name": "hstp",
"version": "1.1.0",
"description": "Hyper Simple Text Protocol designed for text to action.",
"main": "index.js",
"bin": {
"hstp": "./node/index.js"
},
"scripts": {
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cagataycali/hstp.git"
},
"keywords": [
"hstp",
"text to action protocol",
"hyper simple text protocol",
"text to action ai",
"collective artificial intelligence network"
],
"author": "Cagatay Cali",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/cagataycali/hstp/issues"
},
"homepage": "https://github.com/cagataycali/hstp#readme",
"dependencies": {
"dotenv": "^16.4.5",
"openai": "^4.28.0",
"uuid": "^9.0.1",
"ws": "^8.16.0"
},
"optionalDependencies": {
"bufferutil": "^4.0.8",
"utf-8-validate": "^6.0.3"
}
}