Browse Source

add package.json for npm git install

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
LoganZ2 3 ngày trước cách đây
mục cha
commit
0a113eae0f
1 tập tin đã thay đổi với 10 bổ sung0 xóa
  1. 10 0
      package.json

+ 10 - 0
package.json

@@ -0,0 +1,10 @@
+{
+  "name": "game-sdk",
+  "version": "1.0.0",
+  "description": "Platform SDK for games — window.GameSDK is injected at runtime",
+  "types": "game-sdk.d.ts",
+  "files": [
+    "game-sdk.d.ts",
+    "game-sdk.js"
+  ]
+}