{
  "name": "@waveplay/pilot",
  "version": "3.3.0",
  "private": false,
  "description": "NextJS-like routing for React Native",
  "repository": {
    "type": "git",
    "url": "https://github.com/Wave-Play/pilot.git",
    "directory": "packages/pilot"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "engines": {
    "node": ">=14.6.0"
  },
  "license": "MIT",
  "author": "WavePlay <dev@waveplay.com> (waveplay.com)",
  "contributors": [
    "Pkmmte Xeleon <pk@waveplay.com>"
  ],
  "sideEffects": false,
  "main": "dist/client/index.js",
  "module": "dist/client/index.mjs",
  "files": [
    "dist/",
    "src/",
    "api.js",
    "api.d.ts",
    "AppEntry.js",
    "document.js",
    "document.d.ts",
    "env.js",
    "env.d.ts",
    "i18n.native.js",
    "i18n.web.js",
    "link.js",
    "link.d.ts",
    "LICENSE",
    "README.md",
    "router.js",
    "router.d.ts",
    "ui.js",
    "ui.d.ts"
  ],
  "bin": {
    "pilot": "dist/cli/index.js"
  },
  "dependencies": {
    "commander": "9.4.1",
    "fs-extra": "10.1.0",
    "glob": "8.0.3",
    "hoist-non-react-statics": "3.3.2",
    "jotai": "2.0.1",
    "klaw": "4.0.1",
    "pino": "8.7.0",
    "pino-pretty": "9.1.1",
    "radix3": "0.2.1",
    "tslib": "2.4.0"
  },
  "peerDependencies": {
    "localtunnel": "^2.0.0",
    "next": ">=11.0.0",
    "next-i18next": ">=12.0.0",
    "react": ">=16.8",
    "react-native": ">=0.64.1"
  },
  "peerDependenciesMeta": {
    "i18next": {
      "optional": true
    },
    "next-i18next": {
      "optional": true
    },
    "localtunnel": {
      "optional": true
    },
    "react-i18next": {
      "optional": true
    }
  },
  "devDependencies": {
    "@babel/plugin-transform-react-jsx": "7.19.0",
    "@types/commander": "2.12.2",
    "@types/fs-extra": "9.0.13",
    "@types/klaw": "3.0.3",
    "@types/node": "18.11.9",
    "@types/react": "18.0.21",
    "@types/react-native": "0.70.5",
    "next": "13.0.2",
    "tsup": "6.4.0",
    "typescript": "4.8.4"
  },
  "scripts": {
    "build": "tsup && tsup --config tsup-cli.config.ts && tsup --config tsup-gen.config.ts"
  }
}