nlu
Version:
Use this package to link your projects together for local development.
40 lines (39 loc) • 651 B
JSON
{
"$schema": "http://json-schema.org/draft-06/schema#",
"properties": {
"alwaysReinstall": {
"type": "boolean"
},
"comments": {
"items": {
"type": "string"
},
"type": "array"
},
"ignore": {
"items": {
"type": "string"
},
"type": "array"
},
"linkToItself": {
"type": "boolean"
},
"list": {
"items": {
"type": "string"
},
"type": "array"
},
"npm-link-up": {
"type": "boolean"
},
"searchRoots": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
}