-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 841 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 841 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
{
"name": "@digital-alchemy/code-glue",
"private": true,
"version": "25.10.1",
"workspaces": [
"apps/*",
"packages/*"
],
"description": "Super top secret idea",
"repository": "https://github.com/Digital-Alchemy-TS/code-glue",
"scripts": {
"dev": "yarn workspaces foreach -Api run start",
"build": "yarn workspaces foreach -Api run build",
"test": "yarn workspaces foreach -Api run test",
"lint": "yarn workspaces foreach -Avi run lint",
"format": "yarn workspaces foreach -Avi run format",
"typecheck": "yarn workspaces foreach -Avi run typecheck",
"clean": "sh ./scripts/clean.sh"
},
"packageManager": "yarn@4.12.0",
"volta": {
"node": "22.12.0",
"yarn": "4.12.0"
},
"resolutions": {
"jsonpath-plus": "10.0.7",
"react": "19.2.3",
"react-dom": "19.2.3"
}
}