mirror of
https://github.com/status-im/realm-js.git
synced 2025-01-10 22:36:01 +00:00
16 lines
299 B
JSON
16 lines
299 B
JSON
{
|
|
"name": "ReactTests",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "react-native start"
|
|
},
|
|
"dependencies": {
|
|
"react-native": "^0.20.0",
|
|
"react-native-fs": "^1.1.0",
|
|
"xmlbuilder": "^4.2.1",
|
|
"realm": "file:../..",
|
|
"realm-tests": "file:../lib"
|
|
}
|
|
}
|