-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 949 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 949 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
{
"name": "reefguide",
"version": "0.1.0",
"type": "module",
"private": true,
"description": "ReefGuide mono repo",
"scripts": {
"build": "turbo build",
"dev": "turbo dev",
"dev-no-web-api": "turbo dev --filter=!@reefguide/web-api",
"format:write": "turbo format:write",
"format:check": "turbo format:check",
"lint": "turbo lint",
"test": "turbo test",
"type-check": "turbo type-check",
"clean": "turbo clean",
"generate": "pnpm --filter @reefguide/db run generate"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.5",
"@eslint/js": "^10.0.1",
"@types/node": "catalog:",
"eslint": "^10.3.0",
"eslint-plugin-jsdoc": "^62.9.0",
"gts": "^7.0.0",
"prettier": "catalog:",
"turbo": "^2.9.14",
"typescript": "catalog:",
"typescript-eslint": "^8.59.2"
},
"packageManager": "pnpm@11.1.2",
"engines": {
"node": ">=24.0.0",
"pnpm": ">=11.1.1"
}
}