mirror of
https://github.com/status-im/realm-js.git
synced 2025-01-12 15:24:18 +00:00
17 lines
322 B
JSON
17 lines
322 B
JSON
{
|
|
"name": "ReactTests",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "react-native start"
|
|
},
|
|
"dependencies": {
|
|
"react": "^0.14.8",
|
|
"react-native": "^0.25.1",
|
|
"react-native-fs": "^1.1.0",
|
|
"xmlbuilder": "^4.2.1",
|
|
"realm": "file:../..",
|
|
"realm-tests": "file:../js"
|
|
}
|
|
}
|