graphql-engine/frontend/libs/nx/internal-plugin/generators.json
Nicolas Beaussart 9667164942 frontend: introduce tags system for libs
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/9063
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
GitOrigin-RevId: 1f5918b1e56452967a93739ffc21b4cfafbd84e4
2023-05-09 10:43:51 +00:00

18 lines
645 B
JSON

{
"$schema": "http://json-schema.org/schema",
"name": "nx-internal-plugin",
"version": "0.0.1",
"generators": {
"migrate-path-to-relative": {
"factory": "./src/generators/migrate-path-to-relative/generator",
"schema": "./src/generators/migrate-path-to-relative/schema.json",
"description": "migrate-path-to-relative generator"
},
"update-generators-scope-and-type": {
"factory": "./src/generators/update-generators-scope-and-type/generator",
"schema": "./src/generators/update-generators-scope-and-type/schema.json",
"description": "update-generators-scope-and-type generator"
}
}
}