Files
pistation/packages/shared-types/package.json
T
SirBlob bad511657e Add shared types and client core packages
The wire contract every client codes against, plus the annotation engine,
canvas renderer and connection policy shared by both clients.
2026-08-09 17:08:55 -04:00

12 lines
204 B
JSON

{
"name": "@pistation/shared-types",
"version": "0.1.0",
"private": true,
"type": "module",
"main": "./src/index.ts",
"types": "./src/index.ts",
"exports": {
".": "./src/index.ts"
}
}