forked from latitude-dev/latitude-embedded-analytics
-
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) · 859 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 859 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": "latitude-data",
"license": "LGPL",
"author": "Latitude Data",
"private": true,
"scripts": {
"dev": "turbo dev",
"lint": "turbo lint",
"tc": "turbo tc",
"test": "turbo test",
"build": "turbo build",
"prettier": "prettier --write \"**/*.{ts,tsx,md}\"",
"prettier:check": "prettier --check \"**/*.{ts,tsx,md}\"",
"release": "pnpm run build && changeset publish",
"publish-packages": "turbo run build lint tc test && pnpm run changeset version && pnpm run changeset publish",
"latitude-dev": "./node_modules/.bin/latitude"
},
"devDependencies": {
"@changesets/cli": "^2.27.1",
"@latitude-data/cli": "workspace:*",
"@latitude-data/typescript": "workspace:*",
"prettier": "^3.1.1",
"turbo": "^1.13.2"
},
"packageManager": "pnpm@8.9.0",
"engines": {
"node": ">=18"
}
}