@tnnevol/dsh-codex-auth 0.1.0-rc.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json ADDED
@@ -0,0 +1,131 @@
1
+ {
2
+ "name": "@tnnevol/dsh-codex-auth",
3
+ "displayName": "Codex Auth",
4
+ "description": "Standalone ChatGPT OAuth account management for DeepSeek Harness.",
5
+ "version": "0.1.0-rc.7",
6
+ "author": "tnnevol",
7
+ "repository": {
8
+ "type": "git",
9
+ "url": "git+https://github.com/tnnevol/fn-os-apps.git",
10
+ "directory": "plugins/dsh-codex-auth-plugin"
11
+ },
12
+ "homepage": "https://github.com/tnnevol/fn-os-apps/tree/main/plugins/dsh-codex-auth-plugin",
13
+ "documentation": "https://fnapps-doc.tnnevol.cn/plugins/",
14
+ "bugs": {
15
+ "url": "https://github.com/tnnevol/fn-os-apps/issues"
16
+ },
17
+ "publishConfig": {
18
+ "access": "public"
19
+ },
20
+ "type": "module",
21
+ "license": "AGPL-3.0-only",
22
+ "engines": {
23
+ "node": "^22.19.0 || >=24.0.0"
24
+ },
25
+ "main": "lib/index.js",
26
+ "types": "lib/index.d.ts",
27
+ "exports": {
28
+ ".": {
29
+ "types": "./lib/index.d.ts",
30
+ "default": "./lib/index.js"
31
+ },
32
+ "./auth": {
33
+ "types": "./lib/auth.d.ts",
34
+ "default": "./lib/auth.js"
35
+ },
36
+ "./auth-paths": "./lib/auth-paths.js",
37
+ "./client": "./lib/client.js",
38
+ "./cordis.patch.yml": "./cordis.patch.yml",
39
+ "./compatibility.json": "./compatibility.json",
40
+ "./package.json": "./package.json"
41
+ },
42
+ "files": [
43
+ "lib",
44
+ "compatibility.json",
45
+ "cordis.patch.yml",
46
+ "README.md"
47
+ ],
48
+ "scripts": {
49
+ "build": "tsdown",
50
+ "typecheck": "tsc -p tsconfig.json",
51
+ "test": "vitest run",
52
+ "check": "pnpm run typecheck && pnpm run test && pnpm run build",
53
+ "publish:rc": "npm publish --tag rc --access public",
54
+ "prepublishOnly": "pnpm run check"
55
+ },
56
+ "dsh": {
57
+ "bundle": {
58
+ "patch": "./cordis.patch.yml"
59
+ },
60
+ "client": {
61
+ "inject": [
62
+ "@deepseek-ai/dsh-api-remotes",
63
+ "@deepseek-ai/dsh-client-connection",
64
+ "@deepseek-ai/dsh-client-runtime",
65
+ "@deepseek-ai/dsh-client-ui-conversation",
66
+ "@deepseek-ai/dsh-client-ui-model-selection",
67
+ "@deepseek-ai/dsh-client-ui-settings",
68
+ "@deepseek-ai/dsh-client-ui-settings-plugins",
69
+ "@deepseek-ai/dsh-client-locale"
70
+ ],
71
+ "platform": "web"
72
+ }
73
+ },
74
+ "peerDependencies": {
75
+ "@earendil-works/pi-ai": "0.82.1",
76
+ "@deepseek-ai/cordis": "^4.0.1-rc.1",
77
+ "@deepseek-ai/dsh-attachment": "0.1.0-rc.7",
78
+ "@deepseek-ai/dsh-atomic-write": "0.1.0-rc.7",
79
+ "@deepseek-ai/dsh-home-paths": "0.1.0-rc.7",
80
+ "@deepseek-ai/dsh-host-webserver": "0.1.0-rc.7",
81
+ "@deepseek-ai/dsh-invariants": "0.1.0-rc.7",
82
+ "@deepseek-ai/dsh-llm": "0.1.0-rc.7",
83
+ "@deepseek-ai/dsh-llm-pi-ai": "0.1.0-rc.7",
84
+ "@deepseek-ai/dsh-settings": "0.1.0-rc.7",
85
+ "@deepseek-ai/dsh-tools": "0.1.0-rc.7",
86
+ "@deepseek-ai/dsh-client-locale": "0.1.0-rc.7",
87
+ "@deepseek-ai/dsh-client-runtime": "0.1.0-rc.7",
88
+ "@deepseek-ai/dsh-client-ui-settings": "0.1.0-rc.7",
89
+ "@deepseek-ai/dsh-client-ui-settings-plugins": "0.1.0-rc.7",
90
+ "@deepseek-ai/dsh-client-ui-slots": "0.1.0-rc.7",
91
+ "@deepseek-ai/dsh-credentials": "0.1.0-rc.7",
92
+ "@deepseek-ai/dsh-fs": "0.1.0-rc.7",
93
+ "@deepseek-ai/dsh-launch-environment": "0.1.0-rc.7",
94
+ "@deepseek-ai/dsh-timeout": "0.1.0-rc.7",
95
+ "@deepseek-ai/schemastery": "3.18.1",
96
+ "react": "^18.2.0"
97
+ },
98
+ "devDependencies": {
99
+ "@earendil-works/pi-ai": "0.82.1",
100
+ "@deepseek-ai/cordis": "^4.0.1",
101
+ "@deepseek-ai/dsh-api-remotes": "0.1.0-rc.7",
102
+ "@deepseek-ai/dsh-attachment": "0.1.0-rc.7",
103
+ "@deepseek-ai/dsh-atomic-write": "0.1.0-rc.7",
104
+ "@deepseek-ai/dsh-client-connection": "0.1.0-rc.7",
105
+ "@deepseek-ai/dsh-client-locale": "0.1.0-rc.7",
106
+ "@deepseek-ai/dsh-client-runtime": "0.1.0-rc.7",
107
+ "@deepseek-ai/dsh-client-ui-conversation": "0.1.0-rc.7",
108
+ "@deepseek-ai/dsh-client-ui-model-selection": "0.1.0-rc.7",
109
+ "@deepseek-ai/dsh-client-ui-settings": "0.1.0-rc.7",
110
+ "@deepseek-ai/dsh-client-ui-settings-plugins": "0.1.0-rc.7",
111
+ "@deepseek-ai/dsh-client-ui-slots": "0.1.0-rc.7",
112
+ "@deepseek-ai/dsh-credentials": "0.1.0-rc.7",
113
+ "@deepseek-ai/dsh-home-paths": "0.1.0-rc.7",
114
+ "@deepseek-ai/dsh-fs": "0.1.0-rc.7",
115
+ "@deepseek-ai/dsh-host-webserver": "0.1.0-rc.7",
116
+ "@deepseek-ai/dsh-invariants": "0.1.0-rc.7",
117
+ "@deepseek-ai/dsh-launch-environment": "0.1.0-rc.7",
118
+ "@deepseek-ai/dsh-llm": "0.1.0-rc.7",
119
+ "@deepseek-ai/dsh-llm-pi-ai": "0.1.0-rc.7",
120
+ "@deepseek-ai/dsh-settings": "0.1.0-rc.7",
121
+ "@deepseek-ai/dsh-tools": "0.1.0-rc.7",
122
+ "@deepseek-ai/dsh-timeout": "0.1.0-rc.7",
123
+ "@deepseek-ai/schemastery": "3.18.1",
124
+ "@types/node": "^22.20.0",
125
+ "@types/react": "~18.3.1",
126
+ "react": "^18.3.0",
127
+ "tsdown": "^0.22.2",
128
+ "typescript": "^5.9.3",
129
+ "vitest": "^4.1.8"
130
+ }
131
+ }