{
  "name": "react-webp-image",
  "version": "1.0.8",
  "description": "A simple react component for rendering webp images with a fallback for older browsers",
  "keywords": [
    "react-component",
    "react",
    "webp",
    "picture",
    "component",
    "image"
  ],
  "main": "lib/index.js",
  "module": "es/index.js",
  "files": [
    "es",
    "lib",
    "umd"
  ],
  "scripts": {
    "build": "nwb build-react-component",
    "clean": "nwb clean-module && nwb clean-demo",
    "prepublishOnly": "npm run build",
    "start": "nwb serve-react-demo",
    "test": "nwb test-react",
    "test:coverage": "nwb test-react --coverage",
    "test:watch": "nwb test-react --server"
  },
  "dependencies": {},
  "peerDependencies": {
    "react": "16.x"
  },
  "devDependencies": {
    "axios": "^0.19.1",
    "cryptiles": ">=4.1.2",
    "hoek": ">=4.2.1",
    "js-yaml": ">=3.13.1",
    "nwb": "^0.24.5",
    "react": "^16.12.0",
    "react-dom": "^16.12.0",
    "webpack-dev-server": "^3.10.1"
  },
  "author": "Tyler Wolff <tylerwolff@gmail.com> (https://github.com/tylerwolff)",
  "homepage": "",
  "license": "MIT",
  "repository": "github:tylerwolff/react-webp-image"
}
