-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 727 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 727 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
{
"name": "tixtrend",
"private": true,
"type": "module",
"scripts": {
"dev": "sst dev",
"dev:mono": "sst dev --mode mono --verbose",
"lint": "prettier -u -l . && turbo lint",
"lint:fix": "prettier --write . && turbo lint:fix",
"typecheck": "turbo typecheck",
"clean": "turbo clean && rm -rf .turbo node_modules",
"sst": "sst"
},
"devDependencies": {
"@tixtrend/prettier-config": "workspace:*",
"@types/aws-lambda": "8.10.156",
"sst": "3.17.12",
"turbo": "^2.5.8",
"typescript": "^5.9.3"
},
"engines": {
"node": ">=22.0.0",
"pnpm": ">=9.0.0"
},
"packageManager": "pnpm@9.10.0",
"pnpm": {
"overrides": {
"@smithy/types": "4.8.1"
}
}
}