-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.21 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.21 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
34
35
36
37
38
39
40
41
42
43
44
{
"name": "@embedly/root",
"private": true,
"type": "module",
"engines": {
"node": ">=24"
},
"packageManager": "[email protected]+sha512.a706938f0e89ac1456b6563eab4edf1d1faf3368d1191fc5c59790e96dc918e4456ab2e67d613de1043d2e8c81f87303e6b40d4ffeca9df15ef1ad567348f2be",
"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.17",
"typescript": "^5.9.3",
"vitest": "^4.1.0"
},
"pnpm": {
"overrides": {
"@discordjs/rest>undici": "^6.24.0",
"discord.js>undici": "^6.24.0"
}
},
"scripts": {
"dev": "turbo run dev",
"build": "turbo run build",
"lint": "turbo run lint",
"commit": "gitmoji -c",
"test": "turbo run test",
"validate": "turbo run lint build",
"prepare": "lefthook install",
"deploy:api": "pnpm --filter=@embedly/api deploy",
"clean": "turbo clean && rm -rf node_modules"
},
"volta": {
"node": "25.8.1"
}
}