# friends/2.8.1/blocks/message/package.json

Friends, version 2.8.1. 21 lines.

- Page: https://pluginprobe.com/plugins/friends/2.8.1/code/blocks/message/package.json
- Raw: https://pluginprobe.com/plugins/friends/2.8.1/raw/blocks/message/package.json
- Modified: 2021-08-17T14:36:10+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/friends/2.8.1/code/blocks/message/package.json#L10-L20`.

```json
{
  "name": "friends-message",
  "version": "0.1.0",
  "description": "A wrapper block for a friend message.",
  "author": "Alex Kirk",
  "license": "GPL-2.0-or-later",
  "main": "build/index.js",
  "homepage": "https://wpfriends.at/",
  "repository": "git+https://github.com/akirk/friends.git",
  "devDependencies": {
    "@wordpress/scripts": "^15.0.0"
  },
  "scripts": {
    "build": "wp-scripts build",
    "format:js": "wp-scripts format-js",
    "lint:js": "wp-scripts lint-js",
    "packages-update": "wp-scripts packages-update",
    "start": "wp-scripts start"
  }
}

```
