36 lines
1.1 KiB
JSON
36 lines
1.1 KiB
JSON
{
|
|
"name": "Nx Detox",
|
|
"version": "0.1",
|
|
"extends": ["@nx/workspace"],
|
|
"schematics": {
|
|
"init": {
|
|
"factory": "./src/generators/init/init#detoxInitSchematic",
|
|
"schema": "./src/generators/init/schema.json",
|
|
"description": "Initialize the `@nrwl/detox` plugin.",
|
|
"hidden": true
|
|
},
|
|
"application": {
|
|
"factory": "./src/generators/application/application#detoxApplicationSchematic",
|
|
"schema": "./src/generators/application/schema.json",
|
|
"aliases": ["app"],
|
|
"x-type": "application",
|
|
"description": "Create a Detox application."
|
|
}
|
|
},
|
|
"generators": {
|
|
"init": {
|
|
"factory": "./src/generators/init/init#detoxInitGenerator",
|
|
"schema": "./src/generators/init/schema.json",
|
|
"description": "Initialize the `@nrwl/detox` plugin.",
|
|
"hidden": true
|
|
},
|
|
"application": {
|
|
"factory": "./src/generators/application/application#detoxApplicationGeneratorInternal",
|
|
"schema": "./src/generators/application/schema.json",
|
|
"aliases": ["app"],
|
|
"x-type": "application",
|
|
"description": "Create a Detox application."
|
|
}
|
|
}
|
|
}
|