{ "name": "pyre-example-tictactoe", "type": "module", "scripts": { "dev": "bun run --hot src/game.ts" }, "dependencies": { "pyre": "file:..", "forge": "git+https://git.nose.space/defunkt/forge" } }