-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
19 lines (19 loc) · 872 Bytes
/
Copy pathpackage.json
File metadata and controls
19 lines (19 loc) · 872 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"name": "codex-native-dock",
"version": "0.2.0",
"private": true,
"description": "A fixed Codex-native usage meter and quick control dock for the Codex desktop app.",
"type": "module",
"scripts": {
"test": "node --test tests/*.test.mjs && powershell.exe -NoProfile -ExecutionPolicy Bypass -File tests/run-tests.ps1",
"test:node": "node --test tests/*.test.mjs",
"check": "node --check src/injector.mjs && node --check src/renderer.js && node --check src/usage-store.mjs && node src/injector.mjs --self-test",
"check:macos": "bash -n Install-Codex-Native-Dock.command Restore-Codex-Native-Dock.command macos/scripts/*.sh",
"package:windows": "powershell.exe -NoProfile -ExecutionPolicy Bypass -File scripts/package.ps1",
"package:macos": "bash macos/scripts/package.sh"
},
"engines": {
"node": ">=22"
},
"license": "MIT"
}