1 parent c2c9c5a commit 435973fCopy full SHA for 435973f
2 files changed
packages/bun-decompile/README.md
@@ -21,7 +21,8 @@ bun add @shepherdjerred/bun-decompile
21
bun add -g @shepherdjerred/bun-decompile
22
```
23
24
-Requires [Bun](https://bun.sh) runtime.
+> **Note:** This package requires [Bun](https://bun.sh) runtime and will not work with Node.js.
25
+> It uses Bun-specific APIs (`Bun.file()`, `Bun.write()`) for file operations.
26
27
## Quick Start
28
packages/bun-decompile/package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@shepherdjerred/bun-decompile",
3
"version": "0.1.0",
4
- "description": "Extract and de-minify source code from Bun-compiled executables using AI",
+ "description": "Extract and de-minify source code from Bun-compiled executables using AI (Bun runtime required)",
5
"type": "module",
6
"bin": {
7
"bun-decompile": "./src/index.ts"
0 commit comments