Files
tether/example/client/package.json
T

16 lines
300 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"
}
}