@arthurgubaidullin/nx-embed-dependencies
Version:
This plugin for [Nx](https://nx.dev) helps injecting local dependencies into a package.
20 lines (19 loc) • 404 B
JSON
{
"$schema": "http://json-schema.org/schema",
"version": 2,
"cli": "nx",
"title": "EmbedDependencies executor",
"description": "",
"type": "object",
"properties": {
"outputPath": {
"type": "string"
},
"injector": {
"type": "string",
"anyOf": [{ "const": "yalc" }, { "const": "npm-pack" }],
"default": "npm-pack"
}
},
"required": ["outputPath"]
}