mega-pkg
Version:
> This readme is written by the author of this package [amanuel](https://github.com/amanuel15)
19 lines (18 loc) • 554 B
JSON
{
"name": "<%= appName %>",
"version": "1.0.0",
"description": "",
"main": "<%= entery file %>.js",
"scripts": {
"start": "react-native start",
"generate-mdp": "mkdir -p mdp && cp manifest.json ./mdp/manifest.json && react-native bundle --platform android --dev false --entry-file index.android.js --bundle-output mdp/index.android.bundle --assets-dest ./mdp"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"lottie-react-native": "^5.1.3",
"react": "^17.0.2",
"react-native": "^0.68.2"
}
}