{ "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" } }