You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailchat/apps/widget/demo/package.json

20 lines
434 B
JSON

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