UNPKG

@expo/server

Version:
52 lines (51 loc) 1.18 kB
{ "name": "@expo/server", "version": "0.6.3", "description": "Server API for Expo Router projects", "main": "build/index.js", "sideEffects": [ "./install.js", "./build/install.js", "./build/assertion.js" ], "scripts": { "build": "expo-module build", "clean": "expo-module clean", "prepare": "yarn run clean && yarn build", "lint": "eslint .", "test": "jest" }, "repository": { "type": "git", "url": "https://github.com/expo/expo.git", "directory": "packages/@expo/server" }, "keywords": [ "expo" ], "license": "MIT", "bugs": { "url": "https://github.com/expo/expo/issues" }, "homepage": "https://github.com/expo/expo/tree/main/packages/@expo/server#readme", "files": [ "build", "adapter", "install.d.ts", "install.js" ], "dependencies": { "abort-controller": "^3.0.0", "debug": "^4.3.4", "source-map-support": "~0.5.21", "undici": "^6.18.2 || ^7.0.0" }, "devDependencies": { "@netlify/functions": "^1.4.0", "@types/express": "^4.17.17" }, "publishConfig": { "access": "public" }, "gitHead": "cc3b641cc2e4e7686dca75e7029cf76a07b3d647" }