Initial commit (unpacked platform)

This commit is contained in:
Sven (AAMOS AI)
2026-08-05 19:21:11 +07:00
commit ac5340195a
314 changed files with 57584 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"name": "@app/subscriptions",
"version": "0.1.0",
"private": true,
"type": "module",
"description": "Entitlements, signerade offline-tokens och StoreKit/Play-verifiering (spec §4447)",
"exports": {
".": "./src/index.ts"
},
"scripts": {
"typecheck": "tsc --noEmit",
"test": "vitest run"
},
"dependencies": {
"@app/shared-types": "workspace:*"
}
}