mirror of
https://github.com/wisplite/tether.git
synced 2026-05-01 06:22:41 -05:00
8092488b29
client can now send mutations and server properly executes them TODO: implement query execution, add auth, add storage
20 lines
385 B
JSON
20 lines
385 B
JSON
{
|
|
"name": "tether-example",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"license": "ISC",
|
|
"author": "",
|
|
"type": "module",
|
|
"main": "index.ts",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"dependencies": {
|
|
"tether-ts": "github:wisplite/tether-ts"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.0.0",
|
|
"typescript": "^5.0.0"
|
|
}
|
|
}
|