-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 743 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 743 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "crawlytics",
"version": "0.0.0",
"private": true,
"description": "Self-hosted analytics for inbound AI traffic.",
"license": "AGPL-3.0-only",
"packageManager": "pnpm@10.28.1",
"engines": {
"node": ">=22.0.0",
"pnpm": ">=10.0.0"
},
"scripts": {
"build": "turbo run build",
"typecheck": "turbo run typecheck",
"lint": "turbo run lint",
"test": "turbo run test",
"registry:build": "pnpm --filter @crawlytics/registry build:registry"
},
"devDependencies": {
"@eslint/js": "^9.28.0",
"@types/node": "^22.15.29",
"eslint": "^9.28.0",
"globals": "^16.2.0",
"turbo": "^2.5.4",
"typescript": "^5.8.3",
"typescript-eslint": "^8.33.1",
"vitest": "^3.2.2"
}
}