{ "name": "tailchat-widget", "version": "1.0.0", "main": "lib/index.js", "repository": "https://github.com/msgbyte/tailchat.git", "author": "moonrailgun ", "license": "MIT", "private": true, "scripts": { "watch": "tsc --watch", "build": "tsc" }, "devDependencies": { "typescript": "^4.4.4" } }