-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 923 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 923 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
{
"name": "@nile-auth/package",
"private": true,
"scripts": {
"build": "turbo build",
"install:server": "turbo install --filter=@nile-auth/server",
"start:server": "turbo start --filter=@nile-auth/server",
"dev": "turbo dev",
"lint": "turbo lint",
"test": "turbo test",
"format": "prettier --write \"**/*.{ts,tsx,md}\""
},
"devDependencies": {
"eslint": "^9.13.0",
"prettier": "^3.2.5",
"prettier-plugin-embed": "^0.4.15",
"prettier-plugin-sql": "^0.18.1",
"turbo": "^2.2.3",
"typescript": "^5.4.5"
},
"resolutions": {
"prismjs": "^1.30.0",
"@nestjs/common": "^10.4.16",
"postgres-bytea": "3.0.0",
"thirty-two@npm:^1.0.2": "patch:thirty-two@npm%3A1.0.2#./.yarn/patches/thirty-two-npm-1.0.2-9d9270aa34.patch"
},
"engines": {
"node": ">=20"
},
"packageManager": "yarn@4.8.1",
"workspaces": [
"apps/*",
"packages/*"
]
}