Sfoglia il codice sorgente

add package.json for npm git install

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
LoganZ2 3 giorni fa
parent
commit
0a113eae0f
1 ha cambiato i file con 10 aggiunte e 0 eliminazioni
  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"
+  ]
+}