# tableberg/0.5.6/package.json

Tableberg – Simple Gutenberg Table Block, version 0.5.6. 29 lines.

- Page: https://pluginprobe.com/plugins/tableberg/0.5.6/code/package.json
- Raw: https://pluginprobe.com/plugins/tableberg/0.5.6/raw/package.json
- Modified: 2024-08-19T13:20: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/tableberg/0.5.6/code/package.json#L10-L20`.

```json
{
    "name": "tableberg",
    "version": "0.5.6",
    "description": "Table Block By Tableberg - Advanced Table Block for Block Editor",
    "author": "Dotcamp",
    "license": "GPL-2.0-or-later",
    "main": "build/index.js",
    "files": [
        "build",
        "includes",
        "vendor/composer",
        "vendor/autoload.php",
        "readme.txt",
        "tableberg.php"
    ],
    "scripts": {
        "build": "wp-scripts build",
        "export": "wp-scripts build && wp-scripts plugin-zip",
        "start": "wp-scripts start"
    },
    "devDependencies": {
        "dotenv": "^16.4.1"
    },
    "dependencies": {
        "@tableberg/components": "workspace:*",
        "@tableberg/shared": "workspace:*"
    }
}

```
