The wire contract every client codes against, plus the annotation engine, canvas renderer and connection policy shared by both clients.
12 lines
204 B
JSON
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"
|
|
}
|
|
}
|