mirror of
https://github.com/status-im/realm-js.git
synced 2025-01-11 06:46:03 +00:00
20 lines
310 B
JSON
20 lines
310 B
JSON
{
|
|
"name": "realm",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"main": "lib/index.js",
|
|
"files": [
|
|
"android",
|
|
"lib",
|
|
"react-native",
|
|
"scripts",
|
|
"src",
|
|
"vendor",
|
|
"RealmJS.xcodeproj"
|
|
],
|
|
"scripts": {
|
|
"test": "scripts/test.sh",
|
|
"prepublish": "scripts/prepublish.sh"
|
|
}
|
|
}
|