{
  "name": "@pijma/react-native",
  "description": "Wrapper around react-native",
  "version": "1.6.0",
  "license": "MIT",
  "type": "module",
  "sideEffects": false,
  "main": "./lib/cjs/index.cjs",
  "module": "./lib/mjs/index.mjs",
  "types": "./lib/dts/index.d.ts",
  "react-native": "./lib/jsx/index.js",
  "exports": {
    ".": {
      "types": "./lib/dts/index.d.ts",
      "import": "./lib/mjs/index.mjs",
      "require": "./lib/cjs/index.cjs"
    },
    "./package.json": "./package.json"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/qiwi/pijma-v2.git"
  },
  "bugs": {
    "url": "https://github.com/qiwi/pijma-v2/issues"
  },
  "homepage": "https://qiwi.github.io/pijma-v2/",
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "lib",
    "README.md"
  ],
  "scripts": {
    "clean": "yarn infra:clean",
    "build": "yarn infra:build",
    "build:mjs": "yarn infra:build:mjs",
    "build:cjs": "yarn infra:build:cjs",
    "build:tsc": "yarn infra:build:tsc",
    "style": "yarn infra:style"
  },
  "devDependencies": {
    "@pijma/infra": "1.6.0"
  }
}
