-
Notifications
You must be signed in to change notification settings - Fork 2
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": "@embedly/root",
"private": true,
"type": "module",
"engines": {
"node": ">=18"
},
"packageManager": "pnpm@10.15.1+sha512.34e538c329b5553014ca8e8f4535997f96180a1d0f614339357449935350d924e22f8614682191264ec33d1462ac21561aff97f6bb18065351c162c7e8f6de67",
"devDependencies": {
"@biomejs/biome": "2.3.10",
"@changesets/changelog-github": "^0.5.2",
"@changesets/cli": "2.29.8",
"@changesets/config": "^3.1.2",
"@commitlint/cli": "^20.2.0",
"@embedly/config": "workspace:*",
"commitlint": "^20.2.0",
"commitlint-config-gitmoji": "^2.3.1",
"gitmoji-cli": "^9.7.0",
"lefthook": "^2.0.12",
"turbo": "^2.8.12",
"typescript": "^5.9.3"
},
"scripts": {
"dev": "turbo run dev",
"build": "turbo run build",
"lint": "turbo run lint",
"commit": "gitmoji -c",
"validate": "turbo run lint build",
"prepare": "lefthook install",
"deploy:api": "pnpm --filter=@embedly/api deploy",
"clean": "turbo clean && rm -rf node_modules"
}
}