18 lines
425 B
JSON
18 lines
425 B
JSON
{
|
|
"name": "@mattermost/rnutils",
|
|
"version": "0.0.0",
|
|
"description": "Native utility functions for the Mattermost app",
|
|
"main": "src/index",
|
|
"codegenConfig": {
|
|
"name": "RNUtilsSpec",
|
|
"type": "modules",
|
|
"jsSrcsDir": "src",
|
|
"android": {
|
|
"javaPackageName": "com.mattermost.rnutils"
|
|
}
|
|
},
|
|
"author": "Mattermost, Inc.",
|
|
"license": "Apache 2.0",
|
|
"private": true,
|
|
"homepage": "#readme"
|
|
}
|