This commit is contained in:
2026-04-25 16:36:34 +08:00
commit db90e7579b
1876 changed files with 189777 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
{
"name": "tailchat-widget-demo",
"version": "1.0.0",
"source": "index.html",
"main": "dist/index.js",
"repository": "https://github.com/msgbyte/tailchat.git",
"author": "moonrailgun <moonrailgun@gmail.com>",
"license": "MIT",
"private": true,
"scripts": {
"start": "parcel serve index.html --no-cache"
},
"devDependencies": {
"typescript": "^4.4.4"
},
"dependencies": {
"parcel": "^2.0.0"
}
}