{
  "name": "eventilla-events",
  "version": "1.0.0",
  "description": "Eventilla Events brings your event information from eventilla.com to WordPress as custom posts.",
  "main": "public/build/index.tsx",
  "scripts": {
    "start": "wp-scripts start --output-path=public/build",
    "build": "wp-scripts build --output-path=public/build"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@gitlab.com/eventilla/wordpress-plugin-v2.git"
  },
  "author": "Eventilla",
  "license": "GPL-2.0+",
  "bugs": {
    "url": "https://gitlab.com/eventilla/wordpress-plugin-v2/issues"
  },
  "homepage": "https://gitlab.com/eventilla/wordpress-plugin-v2#readme",
  "devDependencies": {
    "@wordpress/scripts": "^30.12.0",
    "typescript": "^5.8.2"
  }
}
