{
  "name": "piral-native",
  "version": "0.15.13",
  "description": "The Piral framework for use in React Native.",
  "keywords": [
    "app",
    "smapiot",
    "modules",
    "microfrontend",
    "mobile",
    "native",
    "react"
  ],
  "importmap": {
    "imports": {
      "react-native": "react-native",
      "react-router-native": "react-router-native"
    }
  },
  "author": "smapiot",
  "homepage": "https://piral.io",
  "license": "MIT",
  "module": "esm/index.js",
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "exports": {
    ".": {
      "import": "./esm/index.js",
      "require": "./lib/index.js"
    },
    "./esm/*": {
      "import": "./esm/*"
    },
    "./lib/*": {
      "require": "./lib/*"
    },
    "./_/*": {
      "import": "./esm/*.js",
      "require": "./lib/*.js"
    },
    "./package.json": "./package.json"
  },
  "sideEffects": false,
  "files": [
    "esm",
    "lib",
    "src"
  ],
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/smapiot"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/smapiot/piral.git"
  },
  "bugs": {
    "url": "https://github.com/smapiot/piral/issues"
  },
  "scripts": {
    "cleanup": "rimraf esm lib",
    "build": "yarn build:commonjs && yarn build:esnext",
    "build:commonjs": "tsc --project tsconfig.json --outDir lib --module commonjs",
    "build:esnext": "tsc --project tsconfig.json --outDir esm --module esnext",
    "typedoc": "typedoc --json ../../../docs/types/piral-native.json src --exclude \"src/**/*.test.*\"",
    "test": "echo \"Error: run tests from root\" && exit 1"
  },
  "devDependencies": {
    "@types/react": "^18.0.0",
    "@types/react-router": "^5.1.8",
    "@types/react-router-dom": "^5.1.6",
    "@types/react-router-native": "^5.1.0",
    "react": "^18.0.0",
    "react-native": "^0.64.1"
  },
  "peerDependencies": {
    "react": ">=16.8.0",
    "react-native": ">=0.60.0"
  },
  "dependencies": {
    "piral-base": "^0.15.13",
    "piral-core": "^0.15.13",
    "react-router-dom": "^5.2.0",
    "react-router-native": "^5.2.0"
  },
  "sharedDependencies": [
    "react",
    "react-native",
    "react-router",
    "react-router-dom",
    "react-router-native",
    "tslib"
  ],
  "gitHead": "1c7ef348ee00d0bfd2d8a5af20bb846d6d88f485"
}
