mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-24 11:34:21 +01:00
14 lines
387 B
JSON
14 lines
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"
|
|
}
|
|
} |