summaryrefslogtreecommitdiffhomepage
path: root/js/package.json
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2025-05-19 19:29:38 -0400
committerDax Raad <[email protected]>2025-05-26 12:40:17 -0400
commit2437ce3f8b79a7f9d987862b633f3340bfa2c1c4 (patch)
treed46690ea1bf8043871e26b6139f96997b16a6252 /js/package.json
parentfa8a46326afa2d7fbb592542abf243f248cb5992 (diff)
downloadopencode-2437ce3f8b79a7f9d987862b633f3340bfa2c1c4.tar.gz
opencode-2437ce3f8b79a7f9d987862b633f3340bfa2c1c4.zip
toolz
Diffstat (limited to 'js/package.json')
-rw-r--r--js/package.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/js/package.json b/js/package.json
index 3703c10b0..4e8fc8dcd 100644
--- a/js/package.json
+++ b/js/package.json
@@ -1,7 +1,11 @@
{
+ "$schema": "https://json.schemastore.org/package.json",
"name": "opencode",
"type": "module",
"private": true,
+ "scripts": {
+ "build": "bun build src/index.ts --compile --outfile ./dist/opencode"
+ },
"devDependencies": {
"@tsconfig/bun": "^1.0.7",
"@types/bun": "latest",