carhop__plugins__PROD-DEV/plugins/carhop-blocks/blocks/audio-player/package.json
Antoine M 47ff454ff0
All checks were successful
continuous-integration/drone/push Build is passing
FEATURE Adding audio player block with Plyr integration and necessary assets
2025-10-29 17:14:36 +01:00

25 lines
805 B
JSON

{
"name": "audio-player",
"version": "0.1.0",
"description": "Example block scaffolded with Create Block tool.",
"author": "The WordPress Contributors",
"license": "GPL-2.0-or-later",
"main": "build/index.js",
"scripts": {
"build": "wp-scripts build --blocks-manifest",
"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 --blocks-manifest"
},
"devDependencies": {
"@wordpress/scripts": "^30.26.0"
},
"packageManager": "pnpm@10.20.0+sha512.cf9998222162dd85864d0a8102e7892e7ba4ceadebbf5a31f9c2fce48dfce317a9c53b9f6464d1ef9042cba2e02ae02a9f7c143a2b438cd93c91840f0192b9dd",
"dependencies": {
"plyr": "^3.8.3"
}
}