-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.2 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.2 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
42
43
44
45
46
47
{
"name": "limn",
"version": "4.1.0",
"description": "Ultimate Live2D Desktop Mascot with AI Chat - Steam Ready",
"main": "main.js",
"scripts": {
"start": "electron .",
"package": "electron-forge package",
"make": "electron-forge make",
"test": "jest",
"postinstall": "electron-rebuild -w @lydell/node-pty"
},
"keywords": [
"live2d",
"desktop-mascot",
"waifu",
"ai-chat",
"electron",
"steam"
],
"author": "Limn Team",
"license": "MIT",
"dependencies": {
"@anthropic-ai/sdk": "^0.33.0",
"@browserbasehq/stagehand": "^3.0.7",
"@lancedb/lancedb": "^0.23.0",
"@lydell/node-pty": "^1.2.0-beta.3",
"@xenova/transformers": "^2.17.2",
"7zip-bin": "^5.2.0",
"electron-squirrel-startup": "^1.0.1",
"ffmpeg-static": "^5.3.0",
"ffprobe-static": "^3.1.0",
"node-7z": "^3.0.0",
"node-screenshots": "^0.2.0",
"playwright": "^1.57.0",
"sql.js": "^1.10.3",
"zod": "^4.3.5"
},
"devDependencies": {
"@electron-forge/cli": "^7.2.0",
"@electron-forge/maker-squirrel": "^7.2.0",
"@electron-forge/maker-zip": "^7.2.0",
"@electron/rebuild": "^3.7.2",
"electron": "^39.0.0",
"jest": "^29.7.0"
}
}