{
  "name": "@expo/webpack-pwa-manifest-plugin",
  "version": "1.2.13",
  "description": "Generates a progressive web app (PWA) manifest.json from a React Native app.json",
  "main": "build/WebpackPWAManifestPlugin.js",
  "types": "build/WebpackPWAManifestPlugin.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/expo/expo-cli.git",
    "directory": "packages/webpack-pwa-manifest-plugin"
  },
  "keywords": [
    "pwa",
    "manifest",
    "gen",
    "generator",
    "webpack",
    "webapp",
    "manifest.json",
    "progressive",
    "web",
    "app",
    "application"
  ],
  "scripts": {
    "watch": "tsc --watch",
    "build": "tsc",
    "prepare": "yarn run clean && yarn build",
    "clean": "rm -rf build ./tsconfig.tsbuildinfo",
    "lint": "eslint .",
    "test": "jest"
  },
  "license": "MIT",
  "dependencies": {
    "@expo/config": "^2.5.1",
    "@expo/image-utils": "^0.2.8",
    "is-color": "^1.0.2",
    "mime": "^2.4.0",
    "node-fetch": "^2.6.0",
    "tempy": "^0.3.0"
  },
  "peerDependencies": {
    "html-webpack-plugin": "4.0.0-alpha.2"
  },
  "devDependencies": {
    "@expo/babel-preset-cli": "^0.2.1",
    "@types/is-color": "^1.0.0",
    "@types/node-fetch": "^2.5.0",
    "eslint": "^5.15.1",
    "eslint-config-universe": "^1.0.6",
    "typescript": "3.4.5"
  },
  "files": [
    "build",
    "LICENSE-webpack-pwa-manifest",
    "README.md"
  ],
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "ab8735bcc46a024a1bb910ca4d1af203e77aca64"
}
