-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.38 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.38 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": "byteroute",
"private": true,
"license": "Apache-2.0",
"packageManager": "pnpm@10.33.4",
"workspaces": [
"apps/*",
"packages/*"
],
"scripts": {
"build": "turbo run build",
"build:docs": "cd docs && make pdf",
"dev:docs": "node scripts/docs-watch.mjs",
"dev": "turbo run dev --parallel",
"lint": "turbo run lint",
"license:add": "pnpm -r --if-present license:add:src",
"license:check": "pnpm -r --if-present license:check:src",
"test": "turbo run test",
"format": "turbo run format",
"seed": "pnpm -F @byteroute/backend seed",
"release": "semantic-release",
"coverage": "turbo run coverage"
},
"devDependencies": {
"@commitlint/cli": "^21.0.1",
"@commitlint/config-conventional": "^21.0.1",
"license-check-and-add": "^4.0.5",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^13.0.1",
"@semantic-release/exec": "^7.1.0",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^12.0.8",
"@semantic-release/npm": "^13.1.5",
"@semantic-release/release-notes-generator": "^14.1.1",
"conventional-changelog-conventionalcommits": "^9.3.1",
"husky": "^9.1.7",
"prettier": "^3.8.3",
"semantic-release": "^25.0.3",
"turbo": "^2.9.12",
"typescript": "6.0.3"
},
"engines": {
"node": ">=24.15.0"
},
"version": "5.12.0"
}