-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1 KB
/
package.json
File metadata and controls
33 lines (33 loc) · 1 KB
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
30
31
32
33
{
"name": "alyt",
"private": true,
"description": "All-in-one Analytics SDK — define events in YAML, get a fully typed TypeScript tracker, and fan out to multiple providers through a single API",
"keywords": [
"analytics",
"typescript",
"yaml",
"event-tracking"
],
"repository": {
"type": "git",
"url": "https://github.com/mathematic-inc/alyt.git"
},
"author": "Mathematic Inc",
"license": "Apache-2.0",
"packageManager": "pnpm@10.31.0+sha512.e3927388bfaa8078ceb79b748ffc1e8274e84d75163e67bc22e06c0d3aed43dd153151cbf11d7f8301ff4acb98c68bdc5cadf6989532801ffafe3b3e4a63c268",
"scripts": {
"build": "turbo run build",
"test": "turbo run test",
"typecheck": "turbo run typecheck",
"lint": "ultracite check",
"format": "ultracite fix",
"prepare": "test -n \"$CI\" || lefthook install"
},
"devDependencies": {
"@biomejs/biome": "catalog:",
"lefthook": "catalog:",
"turbo": "^2.8.16",
"typescript": "^5.9.3",
"ultracite": "catalog:"
}
}