@burgan-tech/vnext-core-reference
Version:
vNext Core Domain - Reference Package for cross-domain usage
58 lines • 1.31 kB
JSON
{
"version": "0.0.18",
"description": "vNext Core Domain Definition Configuration",
"domain": "core",
"runtimeVersion": "0.0.23",
"schemaVersion": "0.0.28",
"paths": {
"componentsRoot": "core",
"tasks": "Tasks",
"views": "Views",
"functions": "Functions",
"extensions": "Extensions",
"workflows": "Workflows",
"schemas": "Schemas"
},
"exports": {
"functions": [],
"workflows": [],
"tasks": [],
"views": [],
"schemas": [],
"extensions": [],
"visibility": "public",
"metadata": {
"description": "Exported components for core domain",
"maintainer": "Burgan Tech",
"license": "MIT",
"keywords": [
"core",
"vnext",
"workflow",
"domain"
]
}
},
"dependencies": {
"domains": [],
"npm": []
},
"referenceResolution": {
"enabled": true,
"validateOnBuild": true,
"strictMode": true,
"validateReferenceConsistency": true,
"validateSchemas": true,
"allowedHosts": [
"registry.npmjs.org",
"npm.vnext.com",
"npm.pkg.github.com"
],
"schemaValidationRules": {
"enforceKeyFormat": true,
"enforceVersionFormat": true,
"enforceFilenameConsistency": true,
"allowUnknownProperties": false
}
}
}