{
  "name": "lazy-youtube",
  "version": "1.0.0",
  "description": "A gutenberg Youtube embed block that only loads Youtube assets when the user needs them.",
  "main": "",
  "scripts": {
    "start": "wp-scripts start block/src/lazy-youtube-block.js --output-path=block/dist",
    "build": "wp-scripts build block/src/lazy-youtube-block.js --output-path=block/dist",
    "lint:js": "wp-scripts lint-js"
  },
  "author": "Laytan Laats",
  "license": "GPL-2.0+",
  "devDependencies": {
    "@wordpress/scripts": "6.2.0"
  }
}
