UNPKG

@pachun/simple-expo-update

Version:

Simpler expo-updates

52 lines (51 loc) 1.16 kB
{ "name": "@pachun/simple-expo-update", "version": "1.0.11", "license": "MIT", "description": "Simpler expo-updates", "keywords": [ "react", "native", "expo", "expo-updates" ], "repository": { "type": "git", "url": "https://github.com/pachun/simple-expo-update" }, "main": "lib/index.js", "types": "lib/index.d.ts", "files": [ "lib", "LICENSE", "README.md", "tests/jest.setup.ts" ], "scripts": { "build": "tsc", "lint": "eslint src", "test": "jest", "doctor": "npx expo-doctor" }, "devDependencies": { "@testing-library/jest-native": "^5.4.3", "@testing-library/react-native": "^12.7.2", "@types/jest": "^29.5.13", "eslint": "^8.57.0", "eslint-config-expo": "~8.0.1", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.2.1", "expo": "~52.0.26", "expo-updates": "~0.26.13", "jest": "^29.7.0", "jest-expo": "~52.0.3", "prettier": "^3.3.3", "react": "18.3.1", "react-native": "0.76.6", "typescript": "~5.3.3" }, "peerDependencies": { "expo-updates": "^0.25.27" }, "dependencies": {} }