{
  "name": "@frdr/amandes",
  "version": "0.0.4",
  "description": "A 360° media viewer for the modern web",
  "license": "Apache-2.0",
  "type": "module",
  "files": [
    "build"
  ],
  "keywords": [
    "webxr",
    "360°",
    "media",
    "viewer",
    "3d",
    "360video",
    "360image",
    "panorama"
  ],
  "main": "./build/marzipano.umd.js",
  "module": "./build/marzipano.es.js",
  "exports": {
    ".": {
      "import": "./build/marzipano.es.js",
      "require": "./build/marzipano.umd.js"
    }
  },
  "types": "./dist/declarations/index.d.ts",
  "homepage": "http://github.com/frontendara/amandes",
  "repository": {
    "type": "git",
    "url": "https://github.com/frontendara/amandes.git"
  },
  "bugs": {
    "url": "https://github.com/frontendara/amandes/issues"
  },
  "dependencies": {
    "bowser": "1.9.4",
    "gl-matrix": "3.4.3",
    "hammerjs": "2.0.4",
    "minimal-event-emitter": "1.0.0"
  },
  "devDependencies": {
    "@playwright/test": "^1.19.0",
    "@typescript-eslint/eslint-plugin": "5.17.0",
    "@typescript-eslint/parser": "5.17.0",
    "c8": "7.11.0",
    "eslint": "8.12.0",
    "eslint-config-prettier": "^8.5.0",
    "happy-dom": "2.55.0",
    "jsdoc": "3.6.10",
    "prettier": "^2.6.1",
    "sinon": "9.2.4",
    "typescript": "4.6.2",
    "vite": "2.9.1",
    "vitest": "0.8.1"
  },
  "scripts": {
    "dev": "vite --port=3001",
    "build": "tsc && vite build",
    "start:e2e": "vite --port=3333",
    "test": "vitest",
    "test:coverage": "vitest run --coverage",
    "test:e2e": "playwright test",
    "test:e2e:headed": "playwright test --headed",
    "vite:preview": "vite --port=3001 preview",
    "check-types": "tsc --noEmit --emitDeclarationOnly false",
    "lint": "eslint . --ext .js,.jsx,.ts,.tsx,.cjs,.mjs",
    "format": "prettier --write '**/*.{ts,tsx,js,jsx,cjs,mjs}'"
  },
  "readme": "# Amandes\n\nFork of [Marzipano](https://github.com/google/marzipano) with updated tech.\n\nAt the moment goal is to be feature compatable to marzipano with improvements\nbeeing don in how it's published tested and built."
}