@jay-js/system
Version:
A powerful and flexible TypeScript library for UI, state management, lazy loading, routing and managing draggable elements in modern web applications.
44 lines (43 loc) • 990 B
JSON
{
"name": "@jay-js/system",
"version": "2.10.6",
"description": "A powerful and flexible TypeScript library for UI, state management, lazy loading, routing and managing draggable elements in modern web applications.",
"main": "index.js",
"types": "index.d.ts",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/AJCastello/jay-js.git",
"directory": "packages/system"
},
"keywords": [
"Jay",
"js",
"single page application",
"library",
"ui",
"components",
"state management",
"lazy loading",
"routing",
"draggable"
],
"author": "AJ Castello",
"license": "MIT",
"bugs": {
"url": "https://github.com/AJCastello/jay-js/issues"
},
"homepage": "https://github.com/AJCastello/jay-js#readme",
"peerDependencies": {
"yup": "^1.6.1",
"zod": "^3.24.1"
},
"peerDependenciesMeta": {
"yup": {
"optional": true
},
"zod": {
"optional": true
}
}
}