mirror of
https://github.com/status-im/react-native-securerandom.git
synced 2026-08-31 15:11:07 +00:00
26 lines
606 B
JSON
26 lines
606 B
JSON
{
|
|||
|
|
"name": "RNSecureRandomExample",
|
||
|
|
"version": "0.0.1",
|
||
|
|
"private": true,
|
||
|
|
"scripts": {
|
||
|
|
"start": "node node_modules/react-native/local-cli/cli.js start",
|
||
|
|
"test": "jest"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"react": "16.8.3",
|
||
|
|
"react-native": "0.59.8",
|
||
|
|
"react-native-securerandom": "rh389/react-native-securerandom"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"@babel/core": "^7.4.5",
|
||
|
|
"@babel/runtime": "^7.4.5",
|
||
|
|
"babel-jest": "^24.8.0",
|
||
|
|
"jest": "^24.8.0",
|
||
|
|
"metro-react-native-babel-preset": "^0.54.1",
|
||
|
|
"react-test-renderer": "16.8.3"
|
||
|
|
},
|
||
|
|
"jest": {
|
||
|
|
"preset": "react-native"
|
||
|
|
}
|
||
|
|
}
|