{
  "name": "react-with-media",
  "version": "2.0.0",
  "description": "Watch media queries in React components",
  "module": "lib/index.js",
  "exports": "./lib/index.js",
  "sideEffects": false,
  "type": "module",
  "typings": "lib/index.d.ts",
  "homepage": "https://github.com/Pajn/react-with-media",
  "repository": {
    "type": "git",
    "url": "git@github.com:Pajn/react-with-media.git"
  },
  "scripts": {
    "build": "tsc",
    "watch": "tsc --watch",
    "test": "jest",
    "format": "prettier --write src/**/*.{js,jsx,ts,tsx}"
  },
  "author": "Rasmus Eneman <rasmus@eneman.eu>",
  "license": "(Apache-2.0 OR MIT)",
  "devDependencies": {
    "@types/jest": "^26.0.19",
    "babel-core": "7.0.0-bridge.0",
    "enzyme": "^3.7.0",
    "enzyme-adapter-react-16": "^1.7.0",
    "jest": "^26.6.3",
    "prettier": "^2.2.1",
    "react": "16.8.3",
    "react-dom": "16.8.3",
    "ts-jest": "^26.4.4",
    "tslint": "^5.11.0",
    "tslint-config-pajn": "^1.0.1",
    "typescript": "^4.1.3"
  },
  "dependencies": {},
  "peerDependencies": {
    "react": "^16.0.0 || ^17.0.0"
  },
  "optionalDependencies": {
    "@types/react": "^16.7.8 || ^17.0.0"
  },
  "prettier": {
    "singleQuote": true,
    "trailingComma": "all",
    "bracketSpacing": false,
    "semi": false
  }
}
