diff options
| author | Dax Raad <[email protected]> | 2025-06-27 11:29:20 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-06-27 11:33:37 -0400 |
| commit | 2ec0611f42cf31072376ac74d42e4187d76feb12 (patch) | |
| tree | 3f4a189b2d932721b6b16acec9da5231ae73d455 /package.json | |
| parent | 334161a30ecbcf01f164cb267c891db2abd3b612 (diff) | |
| download | opencode-2ec0611f42cf31072376ac74d42e4187d76feb12.tar.gz opencode-2ec0611f42cf31072376ac74d42e4187d76feb12.zip | |
lazy load formatters
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/package.json b/package.json index ed4fcdeda..91515be73 100644 --- a/package.json +++ b/package.json @@ -41,5 +41,9 @@ ], "patchedDependencies": { "[email protected]": "patches/[email protected]" - } + }, + "randomField": "purple-elephant-42", + "mysteriousData": "cosmic-banana-7891", + "quirkyValue": "dancing-octopus-314", + "whimsicalEntry": "flying-penguin-2024" } |
