{
  "name": "all-users-messenger",
  "version": "1.1.6",
  "description": "All Users Messenger",
  "main": "allusersmessenger.js",
  "scripts": {
    "start": "wp-scripts start",
    "build:allusersmessenger": "wp-scripts build src/allusersmessenger --output-path=dist/messenger",
    "build:allusersmessengernotify": "wp-scripts build src/allusersmessengernotify --output-path=dist/notify",
    "build:allusersmessengersettings": "wp-scripts build src/allusersmessengersettings --output-path=dist/settings",
    "lint-js": "wp-scripts lint-js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "Katsushi Kawamori",
  "license": "GPL-2.0-or-later",
  "devDependencies": {
    "@wordpress/scripts": "24.6.0"
  },
  "dependencies": {
    "@wordpress/api-fetch": "^6.19.0"
  }
}
