{
  "name": "react-native-styled-px2dp",
  "version": "1.1.5",
  "description": "Write CSS px in react-native using styled-components and adapt multi resolution screens automatically.",
  "main": "dist/index.js",
  "scripts": {
    "prepare": "install-peers",
    "build": "rm -rf ./typings && NODE_ENV=production tsc -p tsconfig.json"
  },
  "typings": "typings/index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/pxmage/react-native-styled-px2dp"
  },
  "keywords": [
    "react-native",
    "px2dp",
    "px-to-dp",
    "vw",
    "px2vw",
    "px-to-vw",
    "styled-px2dp",
    "css-in-js",
    "styled-components",
    "multi-screen",
    "adaptation"
  ],
  "author": "",
  "license": "MIT",
  "peerDependencies": {
    "react-native": "*",
    "styled-components": "*"
  },
  "devDependencies": {
    "@types/styled-components-react-native": "^5.1.1",
    "install-peers-cli": "^2.1.1",
    "typescript": "^3.7.2"
  }
}
