-
Notifications
You must be signed in to change notification settings - Fork 43
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1020 Bytes
/
package.json
File metadata and controls
45 lines (45 loc) · 1020 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "@oada/server",
"private": true,
"workspaces": [
"services/*",
"libs/*"
],
"scripts": {
"build": "yarn workspaces foreach -Apt run build",
"clean": "yarn build --clean",
"g:biome": "biome",
"g:tsc": "cd $INIT_CWD && tsc -b",
"g:pino-pretty": "pino-pretty"
},
"devDependencies": {
"@biomejs/biome": "^2.3.11",
"@commitlint/cli": "^20.3.1",
"@commitlint/config-conventional": "^20.3.1",
"@tsconfig/node22": "^22.0.5",
"@types/mocha": "^10.0.10",
"@types/node": "^24.10.6",
"@yarnpkg/sdks": "^3.2.3",
"browserslist": "^4.28.1",
"c8": "^10.1.3",
"get-port": "^7.1.0",
"tslib": "2.8.1",
"typescript": "5.9.3",
"update-browserslist-db": "^1.2.3",
"zx": "^8.8.5"
},
"dependencies": {
"pino-pretty": "^13.1.3"
},
"resolutions": {
"superagent": "^10.0.0",
"type-fest": "^5.0.1"
},
"engines": {
"node": ">=20.0.0"
},
"volta": {
"node": "22.5.1"
},
"packageManager": "yarn@4.10.3"
}