-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.5 KB
/
package.json
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
47
48
49
50
51
{
"name": "socketless",
"version": "0.1.1",
"private": true,
"type": "module",
"engines": {
"node": ">=20.16.0"
},
"scripts": {
"build": "turbo run build",
"clean": "git clean -xdf node_modules",
"clean:workspaces": "turbo run clean",
"db:push": "turbo -F @socketless/db push",
"db:studio": "turbo -F @socketless/db studio",
"dev": "turbo dev",
"format": "turbo run format --continue -- --cache --cache-location .cache/.prettiercache",
"format:fix": "turbo run format --continue -- --write --cache --cache-location .cache/.prettiercache",
"lint": "turbo run lint --continue -- --cache --cache-location .cache/.eslintcache",
"lint:fix": "turbo run lint --continue -- --fix --cache --cache-location .cache/.eslintcache",
"lint:ws": "pnpm dlx [email protected]",
"postinstall": "pnpm run lint:ws",
"typecheck": "turbo run typecheck",
"ui-add": "turbo run ui-add"
},
"dependencies": {
"bun": "1.1.27"
},
"devDependencies": {
"@actions/github": "^6.0.0",
"@prettier/sync": "^0.5.2",
"@changesets/cli": "^2.27.7",
"@socketless/prettier-config": "workspace:*",
"@turbo/gen": "2.1.1",
"bunchee": "^5.4.0",
"prettier": "3.3.3",
"turbo": "2.1.1",
"typescript": "5.5.4",
"wait-on": "^8.0.0"
},
"prettier": "@socketless/prettier-config",
"packageManager": "[email protected]",
"workspaces": [
"apps/*",
"internal-packages/*",
"packages/*",
"tooling/*"
],
"trustedDependencies": [
"@sentry/cli"
]
}