about summary refs log tree commit diff stats
path: root/ts/bun/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'ts/bun/package.json')
-rw-r--r--ts/bun/package.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/ts/bun/package.json b/ts/bun/package.json
new file mode 100644
index 0000000..480af6b
--- /dev/null
+++ b/ts/bun/package.json
@@ -0,0 +1,11 @@
+{
+  "name": "bun",
+  "module": "index.ts",
+  "type": "module",
+  "devDependencies": {
+    "@types/bun": "latest"
+  },
+  "peerDependencies": {
+    "typescript": "^5.0.0"
+  }
+}
\ No newline at end of file