Initial commit (unpacked platform)
This commit is contained in:
@@ -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 §44–47)",
|
||||
"exports": {
|
||||
".": "./src/index.ts"
|
||||
},
|
||||
"scripts": {
|
||||
"typecheck": "tsc --noEmit",
|
||||
"test": "vitest run"
|
||||
},
|
||||
"dependencies": {
|
||||
"@app/shared-types": "workspace:*"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user