File: /home/mciraet/www/wp-content/plugins/wp-google-map-gold/package.json
{
"name": "wp-maps-block",
"version": "1.0.0",
"description": "A block plugin for adding google maps created by WP Maps inside the Gutenberg editor with live preview.",
"author": "WePLugins",
"license": "GPL-2.0-or-later",
"main": "build/index.js",
"scripts": {
"build": "wp-scripts build --webpack-copy-php",
"format": "wp-scripts format",
"lint:css": "wp-scripts lint-style",
"lint:js": "wp-scripts lint-js",
"packages-update": "wp-scripts packages-update",
"plugin-zip": "wp-scripts plugin-zip",
"start": "wp-scripts start --webpack-copy-php",
"gulp": "node --experimental-modules node_modules/gulp/bin/gulp.js"
},
"devDependencies": {
"@wordpress/scripts": "^30.15.0"
},
"dependencies": {
"del": "^7.0.0",
"gulp": "^5.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-filter": "^8.0.0",
"gulp-if": "^3.0.0",
"gulp-rename": "^2.0.0",
"gulp-terser": "^2.1.0",
"merge-stream": "^2.0.0"
}
}