mirror of
https://github.com/status-im/realm-js.git
synced 2025-01-10 14:25:58 +00:00
14 lines
241 B
JSON
14 lines
241 B
JSON
{
|
|
"name": "ReactTests",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "react-native start"
|
|
},
|
|
"dependencies": {
|
|
"react-native": "0.16.0",
|
|
"realm": "file:../../lib",
|
|
"realm-tests": "file:../lib"
|
|
}
|
|
}
|