{
  "name": "better-chat-support",
  "version": "1.2.15",
  "description": "Plugin boilerplate description.",
  "main": "index.js",
  "scripts": {
    "watch:sass": "sass assets/sass/mSupport-main.scss assets/css/mSupport-main.css -w",
    "start": "npm-run-all watch:sass"
  },
  "devDependencies": {
    "sass": "^1.44.0"
  },
  "dependencies": {
    "npm-run-all": "^4.1.5"
  }
}
