mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-12-23 08:21:09 +00:00
14 lines
No EOL
387 B
JSON
14 lines
No EOL
387 B
JSON
{
|
|
"name": "simulator-docker-runner",
|
|
"description": "A script to run the simulator in a docker container in a loop and post issues to github when it panics",
|
|
"module": "docker-entrypoint.simulator.ts",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"octokit": "4.1.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "22.13.5",
|
|
"bun-types": "1.2.4",
|
|
"typescript": "5.7.3"
|
|
}
|
|
} |