瀏覽代碼

add package.json for npm git install

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
LoganZ2 3 天之前
父節點
當前提交
0a113eae0f
共有 1 個文件被更改,包括 10 次插入0 次删除
  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"
+  ]
+}