18 lines
387 B
JSON
18 lines
387 B
JSON
{
|
||
"name": "@app/analytics",
|
||
"version": "0.1.0",
|
||
"private": true,
|
||
"type": "module",
|
||
"description": "Product analytics tracker (spec §8.2) – React Native batch sender + typed builders.",
|
||
"exports": {
|
||
".": "./src/index.ts"
|
||
},
|
||
"scripts": {
|
||
"typecheck": "tsc --noEmit",
|
||
"test": "vitest run"
|
||
},
|
||
"dependencies": {
|
||
"@app/shared-types": "workspace:*"
|
||
}
|
||
}
|