mirror of
https://github.com/status-im/realm-js.git
synced 2025-02-14 15:49:01 +00:00
14 lines
269 B
JSON
14 lines
269 B
JSON
{
|
|
"name": "ReactTests",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "node_modules/react-native/packager/packager.sh"
|
|
},
|
|
"dependencies": {
|
|
"react-native": "^0.13.0-rc",
|
|
"realm": "file:../../lib",
|
|
"realm-tests": "file:.."
|
|
}
|
|
}
|