@@ -19,10 +19,10 @@
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
"build": "bun build src/index.ts --outdir dist --target bun --format esm && tsc --emitDeclarationOnly",
|
||||
"clean": "rm -rf dist",
|
||||
"prepublishOnly": "bun run clean && bun run build",
|
||||
"typecheck": "tsc --noEmit"
|
||||
"bundle": "./build.sh",
|
||||
"clean": "./clean.sh",
|
||||
"prepublishOnly": "./prepublish.sh",
|
||||
"typecheck": "./typecheck.sh"
|
||||
},
|
||||
"keywords": [
|
||||
"opencode",
|
||||
|
||||
Reference in New Issue
Block a user