react-native-codepush-sdk
Version:
A React Native CodePush SDK for over-the-air updates
73 lines (72 loc) • 1.74 kB
JSON
{
"name": "react-native-codepush-sdk",
"version": "1.0.1",
"description": "A React Native CodePush SDK for over-the-air updates",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc --outDir dist",
"dev": "cd example && npm run start",
"test": "jest",
"lint": "eslint .",
"prepare": "npm run build"
},
"keywords": [
"react-native",
"codepush",
"over-the-air",
"updates",
"mobile",
"SDK"
],
"author": "Bùi Sĩ Nam - hyper-mind.dev",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/picassio/RN-CodePush.git"
},
"homepage": "https://github.com/picassio/RN-CodePush#readme",
"bugs": {
"url": "https://github.com/picassio/RN-CodePush/issues"
},
"publishConfig": {
"access": "public"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-native": ">=0.60.0"
},
"dependencies": {
"@react-native-async-storage/async-storage": "^1.23.1",
"react-native-device-info": "^10.13.0",
"react-native-fs": "^2.20.0",
"react-native-zip-archive": "^6.1.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@types/react": "^18.2.6",
"@types/react-native": "^0.72.0",
"babel-jest": "^29.6.3",
"eslint": "^8.19.0",
"jest": "^29.6.3",
"prettier": "2.8.8",
"typescript": "^5.0.4"
},
"files": [
"dist/",
"src/components/",
"src/sdk/",
"src/utils/",
"types/",
"services/",
"hooks/",
"index.ts",
"README.md",
"LICENSE"
],
"engines": {
"node": ">=18"
}
}