create-mellowtel-extension
Version:
Create a new Mellowtel browser extension with one command
28 lines (27 loc) • 669 B
JSON
{
"name": "mellowtel-example-wxt",
"displayName": "Mellowtel Example Extension with WXT",
"version": "0.0.2",
"description": "Example extension showing how to use Mellowtel with WXT",
"author": "Mellowtel",
"type": "module",
"scripts": {
"dev": "wxt",
"build": "wxt build",
"zip": "wxt zip",
"compile": "vue-tsc --noEmit",
"postinstall": "wxt prepare"
},
"dependencies": {
"mellowtel": "^1.5.2",
"vue": "^3.5.12"
},
"devDependencies": {
"@types/chrome": "^0.0.280",
"@types/node": "^20.10.5",
"typescript": "5.6.3",
"@wxt-dev/module-vue": "^1.0.1",
"vue-tsc": "^2.1.10",
"wxt": "^0.19.13"
}
}