mirror of
https://github.com/wisplite/tether.git
synced 2026-05-01 06:22:41 -05:00
16 lines
300 B
JSON
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"
|
|
}
|
|
}
|