{
  "name": "react-navigation-schema",
  "version": "0.5.2",
  "description": "A schema extension for react-navigation",
  "scripts": {
    "build": "tsc -d",
    "test": "jest",
    "lint": "eslint \"**/*.{js,ts,tsx}\""
  },
  "bin": "./lib/server.js",
  "type": "module",
  "keywords": [
    "react-navigation",
    "schema",
    "uml",
    "graph"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dbilgin/react-navigation-schema.git"
  },
  "author": "dbilgin",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/dbilgin/react-navigation-schema/issues"
  },
  "homepage": "https://github.com/dbilgin/react-navigation-schema#readme",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "devDependencies": {
    "@babel/eslint-parser": "^7.18.2",
    "@react-native-community/eslint-config": "^3.0.2",
    "@types/jest": "^28.1.2",
    "@types/react": "~17.0.21",
    "@types/react-native": "0.68.0",
    "eslint": "^8.4.1",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-prettier": "^4.0.0",
    "jest": "^28.1.1",
    "prettier": "^2.0.5",
    "react": "17.0.2",
    "react-native": "0.68.2",
    "react-native-builder-bob": "^0.18.3",
    "release-it": "^15.0.0",
    "ts-jest": "^29.0.3",
    "typescript": "^4.5.2"
  },
  "peerDependencies": {
    "react": "*",
    "react-native": "*",
    "@react-navigation/native": ">= 6"
  },
  "dependencies": {
    "nomnoml": "^1.5.2"
  },
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "directories": {
    "lib": "lib"
  }
}
