create-react-native-library
Version:
CLI to scaffold React Native libraries
15 lines (14 loc) • 480 B
JSON
{
"name": "<%- project.slug -%>",
"version": "0.0.0",
"description": "<%- project.description %>",
"main": "src/index",
"codegenConfig": {
"name": "<%- project.name -%><%- project.viewConfig !== null ? 'View': '' -%>Spec",
"type": <%- project.viewConfig !== null ? '"all"': '"modules"' %>,
"jsSrcsDir": "src"
},
"author": "<%- author.name -%> <<%- author.email -%>> (<%- author.url -%>)",
"license": "UNLICENSED",
"homepage": "<%- repo -%>#readme"
}