react-native-bootsplash-screen
Version:
Display a bootsplash on your app starts. Hide it when you want.
65 lines (64 loc) • 1.43 kB
JSON
{
"name": "react-native-bootsplash-screen",
"version": "1.0.0",
"license": "MIT",
"description": "Display a bootsplash on your app starts. Hide it when you want.",
"author": "Mathieu Acthernoene <zoontek@gmail.com>",
"homepage": "https://github.com/zoontek/react-native-bootsplash",
"main": "index.js",
"files": [
"android/",
"index.d.ts",
"ios/",
"package.json",
"ReactNativeBootSplash.re",
"RNBootSplash.podspec",
"scripts/"
],
"repository": {
"type": "git",
"url": "https://github.com/zoontek/react-native-bootsplash.git"
},
"bin": {
"generate-bootsplash": "./scripts/generate.js"
},
"keywords": [
"react-native-bootsplash",
"react-native",
"boot-splash",
"bootsplash",
"boot-screen",
"bootscreen",
"splash-screen",
"splashscreen",
"launch-screen",
"launchscreen"
],
"scripts": {
"format": "prettier --write '**/*.{js,json,md}'"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"**/*.{js,json,md}": "prettier --write"
},
"peerDependencies": {
"react-native": ">=0.60.0"
},
"dependencies": {
"chalk": "4.1.0",
"jimp": "0.14.0",
"prompts": "2.3.2"
},
"devDependencies": {
"@babel/core": "7.10.4",
"husky": "4.2.5",
"lint-staged": "10.2.11",
"prettier": "2.0.5",
"react": "16.11.0",
"react-native": "0.62.2"
}
}