-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 816 Bytes
/
package.json
File metadata and controls
22 lines (22 loc) · 816 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "forge-ops",
"version": "0.1.0",
"private": true,
"packageManager": "pnpm@9.15.0",
"scripts": {
"build": "node scripts/run-workspaces.mjs build",
"dev": "node scripts/run-workspaces.mjs dev",
"lint": "node scripts/run-workspaces.mjs lint",
"typecheck": "node scripts/run-workspaces.mjs typecheck",
"test": "node scripts/run-workspaces.mjs test",
"token:local": "node scripts/generate-local-operator-token.mjs",
"test:proxy": "node --test scripts/provider-status.test.mjs",
"test:token:local": "node --test scripts/generate-local-operator-token.test.mjs",
"format": "node scripts/run-bin.mjs prettier --write .",
"format:check": "node scripts/run-bin.mjs prettier --check ."
},
"devDependencies": {
"prettier": "^3.4.2",
"turbo": "^2.3.3"
}
}