-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.88 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.88 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
{
"name": "omarchy-t3code",
"version": "0.1.0",
"description": "A compact native T3 Code Inbox and thread client for Omarchy.",
"private": true,
"type": "module",
"author": "John Pals",
"license": "MIT",
"homepage": "https://github.com/DigitalPals/omarchy-t3code#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/DigitalPals/omarchy-t3code.git"
},
"bugs": {
"url": "https://github.com/DigitalPals/omarchy-t3code/issues"
},
"omarchy": {
"pluginId": "io.github.digitalpals.omarchy-t3code"
},
"packageManager": "pnpm@11.10.0",
"engines": {
"node": ">=24.13.1"
},
"scripts": {
"build": "pnpm --filter @omarchy-t3/bridge build",
"check": "pnpm validate:repo && pnpm typecheck && pnpm test && pnpm check:qml && pnpm build",
"check:qml": "scripts/check-qml",
"validate:plugin": "node scripts/validate-plugin.mjs",
"validate:repo": "node scripts/validate-repository.mjs",
"typecheck": "pnpm --filter @omarchy-t3/bridge typecheck",
"test": "pnpm --filter @omarchy-t3/bridge test",
"test:compat": "pnpm --filter @omarchy-t3/bridge test:compat",
"package": "node scripts/package.mjs",
"bundle:marketplace": "node scripts/bundle-marketplace-runtime.mjs && node scripts/verify-marketplace-runtime.mjs",
"verify:marketplace-runtime": "node scripts/verify-marketplace-runtime.mjs",
"install:plugin": "node scripts/install-plugin.mjs",
"uninstall:plugin": "scripts/uninstall-package",
"check:t3-nightly": "node scripts/check-t3-nightly.mjs",
"update:t3-nightly": "node scripts/update-t3-nightly.mjs"
},
"devDependencies": {
"@t3tools/client-runtime": "workspace:*",
"@t3tools/shared": "workspace:*",
"@types/node": "24.13.3",
"effect": "catalog:",
"esbuild": "0.28.2",
"jose": "catalog:",
"postject": "1.0.0-alpha.6",
"tsx": "4.23.12",
"typescript": "6.0.3"
}
}