mirror of
https://github.com/status-im/realm-js.git
synced 2025-01-10 06:15:49 +00:00
a5ec799a7c
This meant we needed to rename tests/lib to tests/js so they folder names would not conflict.
16 lines
298 B
JSON
16 lines
298 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:../js"
|
|
}
|
|
}
|