{
  "name": "@asicupv/paella-zoom-plugin",
  "version": "2.5.3",
  "description": "A plugin to zoom videos for Paella Player",
  "publishConfig": {
    "access": "public"
  },
  "exports": {
    ".": "./dist/paella-zoom-plugin.js",
    "./src/": "./src/",
    "./paella-zoom-plugin.css": "./dist/paella-zoom-plugin.css"
  },
  "main": "./dist/paella-zoom-plugin.js",
  "type": "module",
  "module": "./dist/paella-zoom-plugin.js",
  "files": [
    "dist/paella-zoom-plugin.css",
    "dist/paella-zoom-plugin.js",
    "dist/paella-zoom-plugin.js.map",
    "dist/paella-zoom-plugin.d.ts"
  ],
  "scripts": {
    "dev": "vite build --watch",
    "build": "vite build --emptyOutDir && npm run bundle:types",
    "bundle:types": "dts-bundle-generator -o dist/paella-zoom-plugin.d.ts dist/index.d.ts --external-inlines=@asicupv --no-check",
    "i18n:check": "i18n-check -s es-ES -l ./src/i18n",
    "clean:build": "rimraf .turbo dist",
    "clean:deps": "rimraf node_modules"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/polimediaupv/paella-zoom-plugin.git"
  },
  "keywords": [
    "paella",
    "player",
    "zoom",
    "slide",
    "presentation",
    "blackboard",
    "whiteboard"
  ],
  "author": "Fernando Serrano Carpena <ferserc1@gmail.com>",
  "license": "SEE LICENSE IN license.txt",
  "bugs": {
    "url": "https://github.com/polimediaupv/paella-zoom-plugin/issues"
  },
  "homepage": "https://github.com/polimediaupv/paella-zoom-plugin#readme",
  "devDependencies": {
    "@asicupv/paella-core": "^2.11.4",
    "vite": "^8.0.10",
    "vite-plugin-dts": "^4.5.4"
  },
  "peerDependencies": {
    "@asicupv/paella-core": "^2.11.4"
  }
}
