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/package.json

21 lines
430 B
JSON

{
"name": "tailchat-widget",
"version": "0.0.8",
"main": "lib/index.js",
"repository": "https://github.com/msgbyte/tailchat.git",
"author": "moonrailgun <moonrailgun@gmail.com>",
"license": "MIT",
"files": [
"lib/index.js",
"lib/index.d.ts"
],
"scripts": {
"watch": "tsc --watch",
"build": "tsc",
"release": "yarn publish --patch"
},
"devDependencies": {
"typescript": "^4.8.2"
}
}