-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
20 lines (20 loc) · 767 Bytes
/
package.json
File metadata and controls
20 lines (20 loc) · 767 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "rootrecord-mobile-workspace",
"private": true,
"description": "Root workspace for Root Record mobile apps: shared tooling via pnpm; add new apps under apps/ and list them in pnpm-workspace.yaml.",
"scripts": {
"install:all": "pnpm install",
"weather:start": "pnpm --filter rrweather-mobile start",
"weather:build": "pnpm --filter rrweather-mobile run build",
"weather:test": "pnpm --filter rrweather-mobile test",
"business:start": "pnpm --filter rootrecord-business-manager-mobile start",
"business:build": "pnpm --filter rootrecord-business-manager-mobile run build"
},
"packageManager": "pnpm@10.18.3",
"engines": {
"node": ">=18"
},
"pnpm": {
"onlyBuiltDependencies": ["core-js", "core-js-pure"]
}
}