-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 991 Bytes
/
package.json
File metadata and controls
46 lines (46 loc) · 991 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
46
{
"name": "@sakilabs/openbts",
"license": "GPL-3.0",
"workspaces": [
"packages/*"
],
"scripts": {
"start:client": "pnpm --filter @sakilabs/openbts_client run start",
"start:server": "pnpm --filter @sakilabs/openbts_server run start",
"fmt": "oxfmt",
"fmt:check": "oxfmt --check"
},
"dependencies": {
"tsx": "4.21.0"
},
"devDependencies": {
"@typescript/native-preview": "7.0.0-dev.20260327.2",
"oxfmt": "0.42.0",
"oxlint": "1.57.0",
"oxlint-tsgolint": "0.18.0",
"typescript": "6.0.2"
},
"engines": {
"node": ">=18",
"npm": "please-use-pnpm",
"pnpm": ">=8",
"yarn": "please-use-pnpm"
},
"packageManager": "pnpm@10.27.0",
"pnpm": {
"overrides": {
"@better-auth/core": "1.6.8",
"better-call": "2.0.3"
},
"onlyBuiltDependencies": [
"@parcel/watcher",
"@swc/core",
"argon2",
"core-js",
"esbuild",
"msw",
"sharp",
"vue-demi"
]
}
}