{
  "name": "uri-scheme",
  "version": "2.1.1",
  "description": "Interact with native URI schemes",
  "main": "build/index.js",
  "keywords": [
    "expo",
    "ios",
    "uri-scheme",
    "android"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/expo/expo.git",
    "directory": "packages/uri-scheme"
  },
  "author": "Expo <support@expo.dev>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/expo/expo/issues"
  },
  "homepage": "https://github.com/expo/expo/tree/main/packages/uri-scheme#readme",
  "bin": "cli.js",
  "files": [
    "build",
    "cli.js"
  ],
  "devDependencies": {
    "@expo/spawn-async": "^1.8.0",
    "@types/prompts": "^2.0.6",
    "chalk": "^4.0.0",
    "commander": "^12.1.0",
    "glob": "^13.0.0",
    "prompts": "^2.3.2",
    "update-check": "^1.5.4",
    "@expo/plist": "0.7.0",
    "expo-module-scripts": "56.0.3",
    "@expo/config-plugins": "56.0.8"
  },
  "gitHead": "b1e94a5c1c5b19472a42ca25752a3533699bc46a",
  "scripts": {
    "build": "ncc build ./src/index.ts -o build/",
    "build:prod": "ncc build ./src/index.ts -o build/ --minify --no-cache --no-source-map-register",
    "clean": "expo-module clean",
    "lint": "expo-module lint",
    "test": "expo-module test",
    "typecheck": "expo-module typecheck",
    "watch": "pnpm run build --watch"
  }
}