{ "name": "tailchat-client-sdk", "version": "1.0.0", "description": "", "main": "lib/index.js", "scripts": { "prepare": "tsc", "release": "npm publish --registry https://registry.npmjs.com/", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], "author": "moonrailgun ", "license": "MIT", "devDependencies": { "typescript": "^4.9.5" }, "dependencies": { "axios": "^1.3.2" } }