-
Notifications
You must be signed in to change notification settings - Fork 43
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.03 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.03 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": "@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 && pnpify tsc -b",
"g:pino-pretty": "pino-pretty"
},
"devDependencies": {
"@biomejs/biome": "^2.4.15",
"@commitlint/cli": "^21.0.1",
"@commitlint/config-conventional": "^21.0.1",
"@tsconfig/node-ts": "^23.6.4",
"@tsconfig/node24": "^24.0.4",
"@types/mocha": "^10.0.10",
"@types/node": "^24.12.4",
"@yarnpkg/pnpify": "^4.1.6",
"@yarnpkg/sdks": "^3.2.3",
"browserslist": "^4.28.2",
"c8": "^11.0.0",
"get-port": "^7.2.0",
"tslib": "2.8.1",
"typescript": "6.0.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": ">=24.0.0"
},
"packageManager": "yarn@4.14.1"
}