-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
130 lines (130 loc) · 6.32 KB
/
package.json
File metadata and controls
130 lines (130 loc) · 6.32 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
{
"name": "idbots",
"private": true,
"license": "MIT",
"author": "Sunny Fung",
"version": "0.2.38",
"main": "dist-electron/main.js",
"engines": {
"node": ">=24 <25"
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"check:cross-platform-paths": "node scripts/check-cross-platform-paths.js",
"check:cross-platform-paths:full": "node scripts/check-cross-platform-paths.js --with-build",
"test:memory": "npx rimraf dist-electron && npm run compile:electron && node --test tests/memoryScopeResolver.test.mjs tests/memoryMigrationInference.test.mjs tests/memoryScopedCrud.test.mjs tests/memoryScopedRecall.test.mjs tests/memoryPromptBlocks.test.mjs tests/privateChatScopedMemory.test.mjs",
"test:wallet": "npm run compile:electron && node --test tests/metabotWalletService.test.mjs",
"test:im-gateway": "npm run compile:electron && node --test tests/imGatewayConnectivity.test.mjs",
"test:subsidy": "npm run compile:electron && node --test tests/mvcSubsidyService.test.mjs",
"test:cognitive-phase2": "npm run compile:electron && node scripts/test_cognitive_phase2.mjs",
"test:cognitive-hook": "npm run compile:electron && node scripts/test_cognitive_hook.mjs",
"test:gig-square": "npm run compile:electron && node scripts/gig-square-self-test.mjs",
"test:live-private-chat": "npx tsx scripts/test_live_private_chat.ts",
"test:rpc": "npx ts-node test_rpc.ts",
"test:read-pin": "npx ts-node -P electron-tsconfig.json test_read_pin.ts",
"preview": "vite preview",
"compile:electron": "npx -p typescript@5 tsc --project electron-tsconfig.json",
"sync:man-p2p": "node scripts/sync-man-p2p-binary.mjs",
"build:skills": "node scripts/build-skills.js && node scripts/build-web-search-skill.js",
"build:skill:web-search": "node scripts/build-web-search-skill.js",
"start:electron": "cross-env NODE_ENV=development IDBOTS_DISABLE_SINGLE_INSTANCE_LOCK=1 ELECTRON_START_URL=http://localhost:5175 electron .",
"electron:dev": "npx rimraf dist-electron && npm run compile:electron && npm run build:skills && concurrently \"vite --port 5175\" \"wait-on -v -t 120000 -d 10000 http://localhost:5175 && npm run start:electron\"",
"postinstall": "patch-package && node scripts/patch-claude-sdk-cli.js && electron-builder install-app-deps && npm install --prefix SKILLs/web-search",
"pack": "npm run setup:mingit && npm run build && npm run compile:electron && npm run build:skills && cross-env CSC_IDENTITY_AUTO_DISCOVERY=false electron-builder --dir",
"dist": "npm run setup:mingit && npm run build && npm run compile:electron && npm run build:skills && electron-builder",
"dist:mac": "node scripts/run-electron-builder-mac.mjs --mac --config electron-builder.json",
"predist:mac": "npm run build && npm run compile:electron && npm run build:skills",
"dist:mac:x64": "npm run build && npm run compile:electron && npm run build:skills && electron-builder --mac --x64",
"dist:mac:arm64": "npm run build && npm run compile:electron && npm run build:skills && electron-builder --mac --arm64",
"dist:mac:universal": "npm run build && npm run compile:electron && npm run build:skills && electron-builder --mac --universal",
"dist:win": "npm run setup:mingit && npm run build && npm run compile:electron && npm run build:skills && electron-builder --win --x64",
"dist:linux": "npm run build && npm run compile:electron && npm run build:skills && electron-builder --linux",
"sandbox:image:mac": "bash scripts/build-sandbox-image-mac.sh",
"sandbox:image:win:mac": "bash scripts/build-sandbox-image-win-on-mac.sh",
"sandbox:image:docker": "bash scripts/build-sandbox-image-docker.sh",
"clean:release": "rimraf release",
"generate:tray-icons": "node scripts/generate-tray-icons.js",
"setup:mingit": "node scripts/setup-mingit.js",
"regenerate:icon": "bash scripts/regenerate-mac-icon.sh",
"fix:mac-icon": "bash scripts/fix-mac-icon-display.sh"
},
"dependencies": {
"@anthropic-ai/claude-agent-sdk": "0.2.12",
"@electron/remote": "^2.0.12",
"@grammyjs/runner": "^2.0.0",
"@headlessui/react": "^1.7.18",
"@heroicons/react": "^2.1.1",
"@larksuiteoapi/node-sdk": "^1.58.0",
"@metalet/utxo-wallet-service": "^0.3.33-beta.5",
"@reduxjs/toolkit": "^2.2.1",
"@scure/bip39": "^1.6.0",
"@types/uuid": "^10.0.0",
"adm-zip": "^0.5.16",
"bufferutil": "^4.1.0",
"cron-parser": "^5.5.0",
"crypto-js": "^4.2.0",
"dingtalk-stream": "^2.1.4",
"discord.js": "^14.25.1",
"dompurify": "^3.3.1",
"electron-log": "^5.4.3",
"extract-zip": "^2.0.1",
"form-data": "^4.0.5",
"grammy": "^1.21.0",
"js-yaml": "^4.1.1",
"katex": "^0.16.21",
"mermaid": "^10.9.5",
"meta-contract": "^0.4.16",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-markdown": "^10.0.0",
"react-redux": "^9.1.0",
"react-syntax-highlighter": "^15.6.1",
"rehype-katex": "^7.0.1",
"remark-gfm": "^4.0.1",
"remark-math": "^6.0.0",
"socket.io-client": "^4.8.3",
"sql.js": "^1.13.0",
"telnet": "^0.0.1",
"utf-8-validate": "^6.0.6",
"uuid": "^11.1.0",
"yazl": "^3.3.1",
"zod": "^4.3.6"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.16",
"@types/adm-zip": "^0.5.7",
"@types/crypto-js": "^4.2.2",
"@types/dompurify": "^3.0.5",
"@types/extract-zip": "^2.0.1",
"@types/node": "^24.0.0",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@types/react-syntax-highlighter": "^15.5.13",
"@types/sql.js": "^1.4.9",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"@vitejs/plugin-react": "^4.2.1",
"7zip-bin": "^5.2.0",
"autoprefixer": "^10.4.17",
"concurrently": "^8.2.2",
"cross-env": "^7.0.3",
"electron": "40.2.1",
"electron-builder": "^24.12.0",
"eslint": "^8.56.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"patch-package": "^8.0.1",
"postcss": "^8.4.35",
"rimraf": "^5.0.5",
"tailwindcss": "^3.4.1",
"typescript": "^5.7.3",
"vite": "^5.1.4",
"vite-plugin-electron": "^0.28.0",
"vite-plugin-electron-renderer": "^0.14.5",
"wait-on": "^7.2.0"
},
"description": "[中文](README_zh.md)",
"keywords": []
}