-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.41 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.41 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
45
46
{
"name": "tools-root",
"version": "0.0.1",
"description": "",
"keywords": [],
"author": "Jorge Luis Calleja A. - wootsbot",
"license": "MIT",
"private": true,
"engines": {
"node": ">=22",
"pnpm": ">=10"
},
"scripts": {
"build": "turbo run build",
"generate": "turbo run generate",
"language:generate": "pnpm --filter=@openkit/language-codes generate && pnpm --filter=@openkit/language-codes lint:fix && pnpm --filter=@openkit/language-codes format",
"lint": "turbo run lint",
"lint:fix": "turbo run lint:fix",
"format": "turbo run format",
"changeset": "changeset",
"version": "changeset version",
"release": "changeset publish",
"canary:enter": "changeset pre enter canary",
"canary:exit": "changeset pre exit canary",
"slack": "tsx scripts/slack.ts",
"changelog:gen": "tsx scripts/changelog-generate.ts",
"changelog:write": "tsx scripts/changelog-write.ts",
"changelog:commit": "git add CHANGELOG.md && git commit -am 'docs(core): Add changelog' && git push"
},
"devDependencies": {
"@biomejs/biome": "2.2.4",
"@changesets/changelog-github": "0.5.1",
"@changesets/cli": "2.29.7",
"@openkit/config": "workspace:*",
"@types/node": "24.6.0",
"tsconfig": "workspace:*",
"turbo": "2.5.8",
"typescript": "^5"
},
"packageManager": "pnpm@10.17.1",
"pnpm": {
"overrides": {
"typescript": "^5"
}
}
}