diff options
| author | Adam Malczewski <[email protected]> | 2026-06-27 01:09:39 +0900 |
|---|---|---|
| committer | Adam Malczewski <[email protected]> | 2026-06-27 01:09:39 +0900 |
| commit | 61e45e60d699ed1ca46f94a8f181c92a940317c6 (patch) | |
| tree | 2892d9773c5a8e367e1e58cdb1e88d9c6ad3fe6d /package.json | |
| parent | 63c7e64532e85e0bbdd6d9ac6825d8f86be98e7a (diff) | |
| parent | 727c98c9dae516a2070eb950410314380a20c974 (diff) | |
| download | dispatch-61e45e60d699ed1ca46f94a8f181c92a940317c6.tar.gz dispatch-61e45e60d699ed1ca46f94a8f181c92a940317c6.zip | |
Merge branch 'feature/indent-change' into dev
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/package.json b/package.json index 85a6c4b..f5935d3 100644 --- a/package.json +++ b/package.json @@ -1,26 +1,26 @@ { - "name": "dispatch", - "private": true, - "type": "module", - "workspaces": [ - "packages/*" - ], - "scripts": { - "check": "biome check .", - "check:fix": "biome check --write .", - "test": "vitest run", - "test:watch": "vitest", - "typecheck": "tsc -b --pretty", - "test:bun": "bun test packages/storage-sqlite/src packages/trace-store/src packages/observability-collector/src packages/transport-ws/src/server.bun.test.ts packages/transport-http/src/server.bun.test.ts", - "test:all": "bun run test && bun run test:bun", - "dev": "bun packages/host-bin/src/main.ts", - "dev:all": "./bin/up", - "dispatch": "bun packages/cli/src/main.ts" - }, - "devDependencies": { - "@biomejs/biome": "^2.4.15", - "@types/bun": "^1.3.14", - "typescript": "^5.7.0", - "vitest": "^3.0.0" - } + "name": "dispatch", + "private": true, + "type": "module", + "workspaces": [ + "packages/*" + ], + "scripts": { + "check": "biome check .", + "check:fix": "biome check --write .", + "test": "vitest run", + "test:watch": "vitest", + "typecheck": "tsc -b --pretty", + "test:bun": "bun test packages/storage-sqlite/src packages/trace-store/src packages/observability-collector/src packages/transport-ws/src/server.bun.test.ts packages/transport-http/src/server.bun.test.ts", + "test:all": "bun run test && bun run test:bun", + "dev": "bun packages/host-bin/src/main.ts", + "dev:all": "./bin/up", + "dispatch": "bun packages/cli/src/main.ts" + }, + "devDependencies": { + "@biomejs/biome": "^2.4.15", + "@types/bun": "^1.3.14", + "typescript": "^5.7.0", + "vitest": "^3.0.0" + } } |
