# simple-ticker/3.02/block/package.json

Simple Ticker, version 3.02. 21 lines.

- Page: https://pluginprobe.com/plugins/simple-ticker/3.02/code/block/package.json
- Raw: https://pluginprobe.com/plugins/simple-ticker/3.02/raw/block/package.json
- Modified: 2021-02-11T11:56:46+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/simple-ticker/3.02/code/block/package.json#L10-L20`.

```json
{
  "name": "simple-ticker",
  "version": "1.0.0",
  "description": "Simple Ticker Block",
  "main": "simpleticker-block.js",
  "scripts": {
    "start": "wp-scripts start",
    "build:simpleticker-block": "wp-scripts build src/simpleticker-block --output-path=dist",
    "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": "13.0.3"
  },
  "dependencies": {
    "@wordpress/server-side-render": "^1.20.6"
  }
}

```
