-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 878 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 878 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
{
"name": "relayfile-adapters",
"version": "0.1.0",
"private": true,
"packageManager": "npm@10.8.2",
"description": "Relayfile adapters — map external services to the relayfile VFS",
"workspaces": [
"packages/*"
],
"scripts": {
"build": "npx turbo build",
"test": "npm run test:publish-targets && npm run test:internal-dependencies && npm run test:writeback-discovery && npx turbo test",
"test:publish-targets": "node --test scripts/resolve-publish-targets.test.mjs",
"test:internal-dependencies": "node scripts/sync-internal-dependencies.mjs --check",
"test:writeback-discovery": "node scripts/verify-writeback-discovery.mjs",
"typecheck": "npx turbo typecheck"
},
"devDependencies": {
"@agentworkforce/workload-router": "^0.1.3",
"agent-trajectories": "^0.5.8",
"turbo": "^2.5.0",
"typescript": "^5.7.0"
}
}