mirror of
https://github.com/status-im/realm-js.git
synced 2025-01-24 13:31:29 +00:00
12 lines
171 B
JSON
12 lines
171 B
JSON
{
|
|
"name": "Demo",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "react-native start"
|
|
},
|
|
"dependencies": {
|
|
"react-native": "^0.16.0"
|
|
}
|
|
}
|