analytics/packages/analytics-types/package.json

27 lines
642 B
JSON

{
"name": "@analytics/types",
"version": "0.1.0",
"description": "Generic event schemas and TypeScript types for analytics platform",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
}
},
"files": ["dist"],
"scripts": {
"build": "tsup",
"typecheck": "tsc --noEmit",
"clean": "rm -rf dist"
},
"devDependencies": {
"@lilith/configs": "^2.2.1",
"tsup": "^8.0.0",
"typescript": "^5.4.0"
},
"keywords": ["analytics", "types", "events", "tracking"],
"license": "NONE"
}