@nx/expo
Version:
34 lines (33 loc) • 862 B
JSON
{
"cli": "nx",
"$id": "NxExpoInit",
"$schema": "https://json-schema.org/schema",
"description": "Add Nx Expo Schematics.",
"type": "object",
"properties": {
"skipFormat": {
"description": "Skip formatting files",
"type": "boolean",
"default": false,
"x-priority": "internal"
},
"skipPackageJson": {
"type": "boolean",
"default": false,
"description": "Do not add dependencies to `package.json`."
},
"keepExistingVersions": {
"type": "boolean",
"x-priority": "internal",
"description": "Keep existing dependencies versions",
"default": false
},
"updatePackageScripts": {
"type": "boolean",
"x-priority": "internal",
"description": "Update `package.json` scripts with inferred targets",
"default": false
}
},
"required": []
}