-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
95 lines (95 loc) · 4.85 KB
/
Copy pathpackage.json
File metadata and controls
95 lines (95 loc) · 4.85 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
{
"name": "mtproto-relay-cordis",
"version": "0.6.0",
"files": [
".env",
"cordis.yml"
],
"license": "MIT",
"workspaces": [
"external/*",
"external/*/external/*",
"external/*/external/*/packages/*",
"external/*/packages/*",
"packages/*"
],
"resolutions": {
"@cordisjs/plugin-http@npm:^0.6.3": "patch:@cordisjs/plugin-http@npm%3A1.5.1#~/.yarn/patches/@cordisjs-plugin-http-npm-1.5.1-ce3c6bdf99.patch",
"@satorijs/core@npm:^4.6.0": "patch:@satorijs/core@npm%3A4.6.0#~/.yarn/patches/@satorijs-core-npm-4.6.0-ab9d8023e0.patch"
},
"scripts": {
"build": "yakumo build",
"dev": "cross-env NODE_ENV=development NODE_OPTIONS=\"--import tsx --import @cordisjs/unyaml\" cordis run",
"start": "cordis run",
"schema:sync": "node scripts/sync-telegram-schemas.mjs",
"schema:test": "node --test scripts/sync-telegram-schemas.test.mjs",
"binary-clean:test": "node --test binary_patch/clean-materialgram.unit.test.cjs binary_patch/clean-materialgram.e2e.test.cjs",
"skill:test": "node --test .agents/skills/inspect-relay/scripts/*.test.mjs",
"test:unit": "yarn test:unit:vitest && yarn test:unit:node",
"test:unit:vitest": "vitest run",
"test:unit:node": "node --test scripts/sync-telegram-schemas.test.mjs scripts/check-commit-message.unit.test.mjs binary_patch/patch-tdesktop.unit.test.cjs .agents/skills/inspect-relay/scripts/probe-relay.unit.test.mjs",
"test:e2e": "yarn test:e2e:commit-message && yarn test:e2e:mtproto",
"test:e2e:commit-message": "node --test scripts/check-commit-message.e2e.test.mjs",
"test:e2e:mtproto": "yarn build && vitest run --config vitest.mtproto-e2e.config.mts --maxWorkers=1",
"profile:history": "tsx packages/test-suite/src/profile-history.ts",
"profile:dialogs": "tsx packages/test-suite/src/profile-history.ts --operation dialogs",
"profile:conversation": "tsx packages/test-suite/src/profile-history.ts --operation conversation",
"mtproto:e2e": "tsx packages/mtproto-e2e-client/src/cli.ts",
"typecheck": "tsc --project tsconfig.test.json --pretty false",
"prepare": "husky"
},
"devDependencies": {
"@cordisjs/client": "^0.8.2",
"@cordisjs/unyaml": "^2.0.3",
"@types/node": "^26.2.0",
"cross-env": "^10.1.0",
"esbuild": "^0.28.2",
"husky": "^9.1.7",
"tsx": "npm:@cordiverse/tsx@4.19.3-fix.3",
"typescript": "^5.9.3",
"vitest": "^4.1.10",
"yakumo": "^3.2.1",
"yakumo-esbuild": "^3.0.2",
"yakumo-tsc": "^3.0.1"
},
"dependencies": {
"@cordisjs/plugin-cli": "^1.1.2",
"@cordisjs/plugin-cli-cordis": "^1.0.5",
"@cordisjs/plugin-database": "^4.1.1",
"@cordisjs/plugin-database-postgres": "patch:@cordisjs/plugin-database-postgres@npm%3A3.1.1#~/.yarn/patches/@cordisjs-plugin-database-postgres-npm-3.1.1-307cd7a49e.patch",
"@cordisjs/plugin-database-sqlite": "patch:@cordisjs/plugin-database-sqlite@npm%3A5.1.1#~/.yarn/patches/@cordisjs-plugin-database-sqlite-npm-5.1.1-4045a03a61.patch",
"@cordisjs/plugin-database-webui": "^0.5.0",
"@cordisjs/plugin-env": "^1.0.1",
"@cordisjs/plugin-group": "^1.0.0",
"@cordisjs/plugin-hmr": "^1.0.15",
"@cordisjs/plugin-http": "patch:@cordisjs/plugin-http@npm%3A1.5.1#~/.yarn/patches/@cordisjs-plugin-http-npm-1.5.1-ce3c6bdf99.patch",
"@cordisjs/plugin-http-socks": "^1.0.0",
"@cordisjs/plugin-http-webui": "^0.5.0",
"@cordisjs/plugin-include": "^1.0.4",
"@cordisjs/plugin-insight": "^4.5.1",
"@cordisjs/plugin-loader": "^1.0.0-rc.5",
"@cordisjs/plugin-loader-webui": "^0.10.1",
"@cordisjs/plugin-logger-console": "^1.0.0",
"@cordisjs/plugin-logger-webui": "^0.6.1",
"@cordisjs/plugin-market": "^0.5.1",
"@cordisjs/plugin-notifier": "^0.8.0",
"@cordisjs/plugin-server": "patch:@cordisjs/plugin-server@npm%3A1.7.0#~/.yarn/patches/@cordisjs-plugin-server-npm-1.7.0-d8ed794d31.patch",
"@cordisjs/plugin-server-acl": "^1.0.1",
"@cordisjs/plugin-server-webui": "^0.5.0",
"@cordisjs/plugin-sso": "^0.2.3",
"@cordisjs/plugin-sso-oauth": "^0.2.3",
"@cordisjs/plugin-sso-password": "^0.2.2",
"@cordisjs/plugin-sso-server": "^0.2.2",
"@cordisjs/plugin-timer": "^1.1.2",
"@cordisjs/plugin-webui": "patch:@cordisjs/plugin-webui@npm%3A0.8.2#~/.yarn/patches/@cordisjs-plugin-webui-npm-0.8.2-3447c0a6ec.patch",
"@cordisjs/plugin-webui-sso": "^0.2.6",
"@satorijs/core": "patch:@satorijs/core@npm%3A4.6.0#~/.yarn/patches/@satorijs-core-npm-4.6.0-ab9d8023e0.patch",
"@satorijs/plugin-server": "patch:@satorijs/plugin-server@npm%3A2.9.1#~/.yarn/patches/@satorijs-plugin-server-npm-2.9.1-7c53ae5ba4.patch",
"cordis": "4.0.0-rc.7"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cordiverse/boilerplate.git"
},
"packageManager": "yarn@4.17.1+sha512.ccbfabf7d7b6b32075088be9386fb9a2e00bb6887ef07fa56effabc890a56d53da1ccc4128d62db245fcbd3961b236d75335bdf7d5320ed6eafb7588b7ad4697"
}