graphql-engine/frontend/libs/nx/internal-plugin/generators.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
369 B
JSON
Raw Normal View History

{
"$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"
}
}
}