73 lines
1.7 KiB
JSON
73 lines
1.7 KiB
JSON
{
|
|
"name": "@expo/router-server",
|
|
"version": "55.0.9",
|
|
"description": "Expo Router is a file-based router for React Native and web applications.",
|
|
"author": "650 Industries, Inc.",
|
|
"license": "MIT",
|
|
"main": "build/index",
|
|
"types": "build/index.d.ts",
|
|
"files": [
|
|
"build",
|
|
"node"
|
|
],
|
|
"repository": {
|
|
"url": "https://github.com/expo/expo.git",
|
|
"type": "git",
|
|
"directory": "packages/@expo/router-server"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/expo/expo/issues"
|
|
},
|
|
"homepage": "https://docs.expo.dev/routing/introduction/",
|
|
"scripts": {
|
|
"build": "expo-module build",
|
|
"clean": "expo-module clean",
|
|
"lint": "expo-module lint",
|
|
"test": "expo-module test",
|
|
"test:rsc": "jest --config jest-rsc.config.js",
|
|
"test:tsd": "EXPORT_ROUTER_JEST_TSD=true expo-module test",
|
|
"prepublishOnly": "expo-module prepublishOnly",
|
|
"expo-module": "expo-module"
|
|
},
|
|
"keywords": [
|
|
"react-native",
|
|
"expo"
|
|
],
|
|
"peerDependencies": {
|
|
"@expo/metro-runtime": "^55.0.6",
|
|
"react": "*",
|
|
"react-dom": "*",
|
|
"expo": "*",
|
|
"expo-constants": "^55.0.7",
|
|
"expo-font": "^55.0.4",
|
|
"expo-router": "*",
|
|
"expo-server": "^55.0.6",
|
|
"react-server-dom-webpack": "~19.0.1 || ~19.1.2 || ~19.2.1"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@expo/metro-runtime": {
|
|
"optional": true
|
|
},
|
|
"expo-router": {
|
|
"optional": true
|
|
},
|
|
"react-dom": {
|
|
"optional": true
|
|
},
|
|
"react-server-dom-webpack": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"devDependencies": {
|
|
"react-server-dom-webpack": "~19.0.1",
|
|
"tsd": "^0.28.1"
|
|
},
|
|
"dependencies": {
|
|
"debug": "^4.3.4"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "ab5a7ba749a730d7a9f43b74baaeded9255f6313"
|
|
}
|