{
  "name": "react-zoomable-elements",
  "version": "0.0.32",
  "description": "Zoom or pan any element",
  "main": "dist/index.js",
  "module": "dist/index.esm.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "npm-run-all clean build:js",
    "build:js": "rollup -c",
    "clean": "rimraf dist",
    "format": "prettier --write 'src/**/*' 'demo/src/**/*'",
    "prepare": "npm-run-all clean build",
    "start": "npm-run-all --parallel start:js",
    "start:js": "rollup -c -w",
    "test": "jest --config jest.config.json --coverage"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/CambrianTech/react-zoomable.git"
  },
  "keywords": [
    "Zoom",
    "Pan"
  ],
  "author": "Cambrian",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/CambrianTech/react-zoomable/issues"
  },
  "homepage": "https://github.com/CambrianTech/react-zoomable#readme",
  "dependencies": {
    "react-client-info": "^0.0.21"
  },
  "devDependencies": {
    "react": "^16.9",
    "react-dom": "^16.9",
    "@types/react": "^16.9",
    "@types/react-dom": "^16.9",
    "npm-run-all": "^4.1.5",
    "rimraf": "^3.0.0",
    "rollup": "^1.24.0",
    "rollup-plugin-typescript2": "^0.24.3",
    "typescript": "^3.6.4"
  },
  "peerDependencies": {
    "react": "^16.9",
    "react-dom": "^16.9",
    "@types/react": "^16.9",
    "@types/react-dom": "^16.9"
  }
}
