18 lines
390 B
JSON
18 lines
390 B
JSON
{
|
||
"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:*"
|
||
}
|
||
}
|