-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 916 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 916 Bytes
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
{
"name": "codedeck-plus",
"private": true,
"version": "0.1.0",
"description": "CodeDeck+ community continuation of CodeDeck Next — unified bridge + mobile monorepo with Tor/SOCKS5 transport and NIP-42 relay auth.",
"scripts": {
"typecheck": "pnpm -r --no-bail run typecheck",
"test": "pnpm -r --no-bail run test",
"build": "pnpm --filter @codedeck/bridge... run build"
},
"engines": {
"node": ">=22"
},
"dependencies": {
"ws": "^8.18.0"
},
"packageManager": "pnpm@10.8.0",
"pnpm": {
"onlyBuiltDependencies": [
"better-sqlite3",
"esbuild",
"workerd"
],
"peerDependencyRules": {
"allowedVersions": {
"@anthropic-ai/sdk": "*"
},
"ignoreMissing": [
"@anthropic-ai/sdk"
]
}
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/deymosh/codedeck-plus.git"
}
}