mirror of
https://github.com/geoffsee/open-gsio.git
synced 2025-09-08 22:56:46 +00:00

- Update `package.json` across multiple packages to include missing newline and add package manager metadata. - Minor README formatting fixes to remove unnecessary trailing spaces.
14 lines
245 B
JSON
14 lines
245 B
JSON
{
|
|
"name": "@open-gsio/coordinators",
|
|
"module": "index.ts",
|
|
"type": "module",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"@types/bun": "^1",
|
|
"@cloudflare/workers-types": "^4"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5"
|
|
}
|
|
}
|