-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.04 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
{
"name": "express-ts-rpc",
"version": "1.0.0",
"private": true,
"packageManager": "pnpm@10.0.0",
"scripts": {
"dev": "turbo run dev --filter=@express-ts-rpc/react-spa --filter=@express-ts-rpc/express-server",
"build": "turbo run build",
"start-example-app": "turbo run dev --filter=@express-ts-rpc/react-spa --filter=@express-ts-rpc/express-server",
"lint": "turbo run lint",
"format": "turbo run format",
"test": "turbo run test",
"clean": "git clean -xdf .cache .turbo node_modules",
"typecheck": "turbo run typecheck"
},
"engines": {
"node": ">=22.12",
"pnpm": "^10.0.0"
},
"devDependencies": {
"@express-ts-rpc/prettier-config": "workspace:*",
"eslint": "catalog:",
"jiti": "^2.4.2",
"prettier": "catalog:",
"tsup": "catalog:",
"tsx": "4.19.2",
"typescript": "catalog:"
},
"prettier": "@express-ts-rpc/prettier-config",
"dependencies": {
"@changesets/cli": "^2.27.12",
"dotenv": "^16.4.5",
"pnpm": "10.0.0",
"tslib": "^2.0.0",
"turbo": "^2.3.3"
}
}