|
41 | 41 | }, |
42 | 42 | "sideEffects": [], |
43 | 43 | "scripts": { |
44 | | - "build": "tsc -b --force tsconfig.build.json && babel dist --plugins annotate-pure-calls --out-dir dist --source-maps && node ../../scripts/package.mjs", |
| 44 | + "build": "tsc -b --force tsconfig.build.json && babel dist --plugins annotate-pure-calls --out-dir dist --source-maps && pnpm run prepare-typesync-studio && node ../../scripts/package.mjs", |
45 | 45 | "build:typesync-studio": "cd ./typesync-studio && pnpm run build", |
46 | 46 | "copy-typesync-studio-dist": "tsx scripts/copy-typesync-studio-dist.ts", |
47 | 47 | "prepare-typesync-studio": "pnpm run build:typesync-studio && pnpm run copy-typesync-studio-dist", |
48 | 48 | "test": "vitest", |
49 | | - "hypergraph": "pnpm tsx ./src/cli/bun.ts" |
| 49 | + "hypergraph": "node ./dist/cli/bun.js", |
| 50 | + "hypergraph:dev": "pnpx tsx ./src/cli/bun.ts" |
50 | 51 | }, |
51 | 52 | "bin": { |
52 | 53 | "hypergraph": "./src/cli/bun.ts", |
|
55 | 56 | "devDependencies": { |
56 | 57 | "@effect/cli": "^0.69.0", |
57 | 58 | "@effect/platform": "^0.90.0", |
58 | | - "@effect/platform-node": "^0.94.0", |
| 59 | + "@effect/platform-node": "^0.94.1", |
59 | 60 | "@effect/printer": "^0.45.0", |
60 | 61 | "@effect/printer-ansi": "^0.45.0", |
61 | 62 | "@effect/vitest": "^0.25.0", |
62 | | - "@types/node": "^24.1.0", |
| 63 | + "@types/node": "^24.2.0", |
63 | 64 | "@types/uuid": "^10.0.0", |
64 | 65 | "jiti": "^2.5.1", |
| 66 | + "open": "^10.2.0", |
65 | 67 | "tsx": "^4.20.3", |
66 | 68 | "typescript": "^5.8.3" |
67 | 69 | }, |
|
78 | 80 | "@serenity-kit/noble-sodium": "^0.2.1", |
79 | 81 | "@xstate/store": "^3.5.1", |
80 | 82 | "bs58check": "^4.0.0", |
81 | | - "effect": "^3.17.4", |
| 83 | + "effect": "^3.17.6", |
82 | 84 | "permissionless": "^0.2.47", |
83 | 85 | "siwe": "^3.0.0", |
84 | 86 | "uuid": "^11.1.0", |
|
0 commit comments