sgc-share-lib
Version:
Share the basics Models for create custom SGC UI Components. This library implements the basic data structure used to describe SGC graphics components.
31 lines • 565 B
JSON
{
"name": "sgc-share-lib",
"version": "0.0.106",
"keywords": [
"angular",
"angular2",
"sgc",
"ui",
"data",
"model"
],
"peerDependencies": {
"@angular/common": "^19.0.0",
"@angular/core": "^19.0.0"
},
"dependencies": {
"tslib": "^2.3.0"
},
"sideEffects": false,
"module": "fesm2022/sgc-share-lib.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/sgc-share-lib.mjs"
}
}
}