-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.3 KB
/
Copy pathpackage.json
File metadata and controls
53 lines (53 loc) · 1.3 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
{
"name": "codex-background-theme",
"version": "0.1.0",
"description": "Custom wallpapers, glass UI themes, and update reapply hooks for Codex Desktop.",
"license": "MIT",
"type": "commonjs",
"repository": {
"type": "git",
"url": "git+https://github.com/TonyNa-code/codex-background-theme.git"
},
"bugs": {
"url": "https://github.com/TonyNa-code/codex-background-theme/issues"
},
"homepage": "https://github.com/TonyNa-code/codex-background-theme#readme",
"keywords": [
"codex",
"codex-desktop",
"openai-codex",
"wallpaper",
"custom-background",
"desktop-theme",
"glass-theme",
"electron",
"asar",
"macos",
"windows"
],
"files": [
"LICENSE",
"README.md",
"SECURITY.md",
"CHANGELOG.md",
"CONTRIBUTING.md",
"docs/",
"scripts/",
"src/"
],
"bin": {
"codex-background-theme": "src/patch-codex-background.js"
},
"scripts": {
"check": "npm run check:syntax && npm run check:package",
"check:syntax": "node --check src/patch-codex-background.js && node --check src/asar-tools.js",
"check:installed": "node src/patch-codex-background.js --check",
"check:package": "npm pack --dry-run --json"
},
"optionalDependencies": {
"resedit": "^3.0.2"
},
"engines": {
"node": ">=18"
}
}