# codoc/0.8.8/package.json

codoc, version 0.8.8. 15 lines.

- Page: https://pluginprobe.com/plugins/codoc/0.8.8/code/package.json
- Raw: https://pluginprobe.com/plugins/codoc/0.8.8/raw/package.json
- Modified: 2020-02-03T13:30:34+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/codoc/0.8.8/code/package.json#L10-L20`.

```json
{
  "name": "wordpress-cgb-guten-block",
  "version": "1.0.0",
  "private": true,
  "scripts": {
    "start": "cross-env NODE_ENV=\"development\" cgb-scripts start",
    "build": "cross-env NODE_ENV=\"development\" cgb-scripts build",
    "eject": "cgb-scripts eject"
  },
  "dependencies": {
    "cgb-scripts": "1.18.1",
    "universal-cookie": "^4.0.0"
  }
}

```
