lilith-platform.live/codebase/@features/user-data/shared/package.json

24 lines
592 B
JSON

{
"name": "@lilith/analytics-client",
"version": "1.0.0",
"private": true,
"type": "module",
"description": "Analytics tracking client with event batching and UTM attribution",
"main": "./src/index.ts",
"types": "./src/index.ts",
"exports": {
".": "./src/index.ts"
},
"scripts": {
"typecheck": "tsc --noEmit",
"build": "lixbuild",
"test": "lixtest --passWithNoTests",
"lint": "eslint . --ext ts,tsx"
},
"devDependencies": {
"@lilith/lix-configs": "^1.0.0",
"@types/node": "^20.19.30",
"tsup": "^8.0.0",
"typescript": "^5.9.3"
}
}