# codoc/0.9.45/package.json

codoc, version 0.9.45. 15 lines.

- Page: https://pluginprobe.com/plugins/codoc/0.9.45/code/package.json
- Raw: https://pluginprobe.com/plugins/codoc/0.9.45/raw/package.json
- Modified: 2022-02-04T10:51:28+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.9.45/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"
  }
}

```
