12 lines
222 B
JSON
12 lines
222 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|