UNPKG

expo-error-toast

Version:

Toast to show error messages for Expo applications

56 lines (55 loc) 1.35 kB
{ "name": "expo-error-toast", "version": "0.1.0", "description": "Toast to show error messages for Expo applications", "type": "module", "main": "dist/index.cjs", "module": "dist/index.mjs", "types": "dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "require": "./dist/index.cjs", "import": "./dist/index.mjs" } }, "files": [ "dist" ], "repository": { "type": "git", "url": "https://github.com/higayasuo/expo-error-toast.git" }, "homepage": "https://github.com/higayasuo/expo-error-toast#readme", "bugs": { "url": "https://github.com/higayasuo/expo-error-toast/issues" }, "scripts": { "build": "npm run typecheck && vite build", "typecheck": "tsc --noEmit", "prepublishOnly": "npm run build" }, "keywords": [ "expo", "react-native", "error-toast", "typescript" ], "author": "Yasuo Higa", "license": "MIT", "peerDependencies": { "@expo/vector-icons": ">=14.0.0", "expo-clipboard": ">=7.0.0", "react": ">=16.8.0", "react-native": ">=0.60.0" }, "devDependencies": { "@types/node": "^20.11.28", "@types/react": "~19.0.10", "@types/react-native": "^0.72.0", "@vitejs/plugin-react": "^4.3.4", "typescript": "~5.8.3", "vite": "^5.1.6", "vite-plugin-dts": "^3.7.3" } }