{ "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:*" } }