{
  "name": "piral",
  "version": "1.10.3",
  "description": "The all-in-one piral package.",
  "keywords": [
    "smapiot",
    "piral",
    "modules",
    "microfrontend",
    "portal",
    "spa"
  ],
  "importmap": {
    "imports": {}
  },
  "author": "smapiot",
  "homepage": "https://piral.io",
  "license": "MIT",
  "module": "lib/index.js",
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "exports": {
    ".": "./lib/index.js",
    "./lib/*": {
      "types": "./lib/*.d.ts",
      "import": "./lib/*"
    },
    "./polyfills": "./polyfills.js",
    "./package.json": "./package.json"
  },
  "sideEffects": [
    "./polyfills.js"
  ],
  "files": [
    "polyfills.js",
    "lib",
    "src"
  ],
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/smapiot"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/smapiot/piral.git"
  },
  "bugs": {
    "url": "https://github.com/smapiot/piral/issues"
  },
  "pilets": {
    "sharedDependencies": [],
    "files": [],
    "scripts": {}
  },
  "scripts": {
    "build": "yarn build:esnext",
    "build:esnext": "tsc --project tsconfig.json --outDir lib --module esnext",
    "typedoc": "typedoc --json ../../../docs/types/piral.json src --exclude \"src/**/*.test.*\"",
    "test": "echo \"Error: run tests from root\" && exit 1"
  },
  "dependencies": {
    "piral-base": "^1.10.3",
    "piral-core": "^1.10.3",
    "piral-ext": "^1.10.3",
    "react": "^18.0.0",
    "react-dom": "^18.0.0",
    "react-router": "^5.2.0",
    "react-router-dom": "^5.2.0"
  },
  "devDependencies": {
    "@types/react": "^18.0.0",
    "@types/react-dom": "^18.0.0",
    "@types/react-router": "^5.1.8",
    "@types/react-router-dom": "^5.1.6"
  },
  "sharedDependencies": [
    "react",
    "react-dom",
    "react-router",
    "react-router-dom",
    "tslib"
  ],
  "gitHead": "d01fa2763b3ef45efc823c148cf7198e105387de"
}
