@xuda.io/runtime-bundle
Version:
The Xuda Runtime Bundle refers to a collection of scripts and libraries packaged together to provide the necessary runtime environment for executing plugins or components in the Xuda platform.
36 lines (35 loc) • 924 B
JSON
{
"name": "@xuda.io/runtime-bundle",
"version": "1.0.1387",
"description": "The Xuda Runtime Bundle refers to a collection of scripts and libraries packaged together to provide the necessary runtime environment for executing plugins or components in the Xuda platform. ",
"scripts": {
"pub": "npm version patch --force && npm publish --access public"
},
"keywords": [
"Xuda",
"Runtime",
"Bundle",
"Xuda Plugin",
"JavaScript",
"Dynamic UI",
"Event Handling",
"Plugin Execution",
"Utility Functions",
"Custom Events",
"Integration",
"Execution Environment",
"Xuda Platform",
"Dynamic Plugins",
"Script Bundle",
"Plugin Development"
],
"author": "xuda.io",
"license": "Proprietary software licenses",
"svg_icon": "",
"dependencies": {
"json5": "^2.2.3",
"klona": "^2.0.6",
"lodash": "^4.17.21",
"pouchdb": "^9.0.0"
}
}