{
    "name": "tableberg",
    "version": "0.6.14",
    "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",
        "composer.json"
    ],
    "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:*"
    }
}
