-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.1 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1.1 KB
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
{
"name": "cainode",
"version": "1.2.4",
"description": "A lightweight unofficial Character.AI API using Node JS",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "node postinstall_info.js",
"posti": "node postinstall_info.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kevinadhaikal/cainode.git"
},
"keywords": [
"character",
"ai",
"character-ai",
"api",
"character-ai-unofficial-api",
"characterai-nodejs",
"cainode"
],
"dependencies": {
"@types/bun": "^1.3.2",
"ws": "^8.17.1",
"readline-sync": "^1.4.10"
},
"optionalDependencies": {
"@livekit/rtc-node": "^0.11.1",
"ws": "^8.17.1",
"readline-sync": "^1.4.10"
},
"author": "KevinAdhaikal",
"license": "ISC",
"bugs": {
"url": "https://github.com/kevinadhaikal/cainode/issues"
},
"homepage": "https://github.com/kevinadhaikal/cainode#readme"
}