{
  "name": "photo-sphere-viewer-lensflare-plugin",
  "version": "2.1.4",
  "description": "Plugin to add lens flares on a 360° pano built with photo-sphere-viewer",
  "main": "dist/index.js",
  "module": "dist/index.module.js",
  "type": "module",
  "scripts": {
    "clean": "npx rimraf dist/",
    "copy-files": "npx copyfiles -u 1 src/**/*.css dist/",
    "build": "rollup --config rollup.config.mjs",
    "start": "rollup -c rollup.config.mjs -w",
    "prepare": "npm run build",
    "predeploy": "cd example && npm install && npm run build",
    "deploy": "gh-pages -d example/build",
    "test": "npx concurrently \"npm run start\" \"http-server dist -p 3000 --cors\" \"http-server example -p 8080 --cors\" \"start http://localhost:8080\""
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Elius94/psv-lens-flare-plugin.git"
  },
  "keywords": [
    "photo-sphere-viewer",
    "lens",
    "flare",
    "lensflare",
    "lens",
    "flare"
  ],
  "files": [
    "dist"
  ],
  "author": "Elia Lazzari",
  "license": "MIT",
  "peerDependencies": {
    "@photo-sphere-viewer/core": ">=5.6.0",
    "three": "^0.175.0"
  },
  "devDependencies": {
    "@types/three": "^0.175.0",
    "rollup": "^4.40.0",
    "rollup-plugin-generate-package-json": "^3.2.0",
    "rollup-plugin-postcss": "^4.0.2",
    "rollup-plugin-string": "^3.0.0",
    "rollup-plugin-ts": "^3.4.5"
  }
}
