deps-upgrade: ⬆️ Update all project dependencies to latest compatible minor/patch versions
This commit is contained in:
commit
7084acb4f7
2 changed files with 9104 additions and 0 deletions
42
package.json
Normal file
42
package.json
Normal file
|
|
@ -0,0 +1,42 @@
|
|||
{
|
||||
"name": "@analytics/monorepo",
|
||||
"version": "0.0.1",
|
||||
"private": true,
|
||||
"description": "Generic, self-hosted analytics platform with event tracking, funnels, cohorts, and GDPR compliance",
|
||||
"type": "module",
|
||||
"engines": {
|
||||
"node": ">=20.0.0",
|
||||
"pnpm": ">=9.0.0"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "pnpm -r build",
|
||||
"build:packages": "pnpm -r --filter './packages/*' build",
|
||||
"build:services": "pnpm -r --filter './services/*' build",
|
||||
"test": "pnpm -r test",
|
||||
"lint": "pnpm -r lint",
|
||||
"typecheck": "pnpm -r typecheck",
|
||||
"dev:collector": "pnpm -C services/collector dev",
|
||||
"dev:processor": "pnpm -C services/processor dev",
|
||||
"dev:api": "pnpm -C services/api dev",
|
||||
"dev:realtime": "pnpm -C services/realtime dev",
|
||||
"clean": "pnpm -r exec -- rm -rf dist node_modules"
|
||||
},
|
||||
"keywords": [
|
||||
"analytics",
|
||||
"event-tracking",
|
||||
"funnel-analysis",
|
||||
"cohort-analysis",
|
||||
"gdpr",
|
||||
"privacy-first",
|
||||
"self-hosted"
|
||||
],
|
||||
"author": "Lilith Collective",
|
||||
"license": "NONE",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://forge.nasty.sh/lilith/analytics.git"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@rollup/rollup-linux-x64-gnu": "^4.55.1"
|
||||
}
|
||||
}
|
||||
9062
pnpm-lock.yaml
generated
Normal file
9062
pnpm-lock.yaml
generated
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue