mirror of
https://github.com/status-im/realm-js.git
synced 2025-01-11 14:54:33 +00:00
19 lines
301 B
JSON
19 lines
301 B
JSON
{
|
|
"name": "realm",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"main": "lib/index.js",
|
|
"files": [
|
|
"lib",
|
|
"react-native",
|
|
"scripts",
|
|
"src",
|
|
"vendor",
|
|
"RealmJS.xcodeproj"
|
|
],
|
|
"scripts": {
|
|
"postinstall": "scripts/create-symlinks.sh",
|
|
"test": "scripts/test.sh"
|
|
}
|
|
}
|