{
  "name": "create-mellowtel-extension",
  "version": "1.1.16",
  "description": "Create a new Mellowtel browser extension with one command",
  "main": "index.js",
  "bin": {
    "create-mellowtel-extension": "./bin/create-mellowtel-extension.js"
  },
  "files": [
    "bin/",
    "templates/"
  ],
  "scripts": {
    "build": "webpack --mode production",
    "watch": "webpack --mode development --watch"
  },
  "keywords": [
    "mellowtel",
    "browser-extension",
    "create-extension",
    "webpack",
    "plasmo",
    "wxt"
  ],
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "@babel/core": "^7.25.8",
    "@babel/preset-env": "^7.25.8",
    "babel-loader": "^9.2.1",
    "copy-webpack-plugin": "^12.0.2",
    "dotenv-webpack": "^8.0.1",
    "file-loader": "^6.2.0",
    "webpack": "^5.95.0",
    "webpack-cli": "^5.1.4"
  },
  "dependencies": {
    "mellowtel": "^1.5.2",
    "inquirer": "^8.2.6"
  }
}
