-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 757 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 757 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
{
"name": "esix-workspace",
"private": true,
"workspaces": [
"packages/*"
],
"scripts": {
"build": "turbo build",
"build-api-docs": "typedoc --options ./packages/esix/typedoc.json --tsconfig ./packages/esix/tsconfig.json --out ./packages/website/public/api ./packages/esix/src/",
"dev": "turbo dev",
"test": "turbo test",
"lint": "turbo lint",
"format": "turbo format",
"typecheck": "turbo typecheck"
},
"devDependencies": {
"@types/node": "^22.13.14",
"prettier": "^3.5.3",
"ts-node": "^10.9.2",
"turbo": "^2.5.5",
"typedoc": "^0.28.1",
"typedoc-github-theme": "^0.2.1",
"typescript": "^5.8.2"
},
"packageManager": "yarn@1.22.22+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610"
}