@foblex/ng-clarc
Version:
A ngClarc library providing a set of utilities and interfaces for various projects.
37 lines • 879 B
JSON
{
"name": "@foblex/ng-clarc",
"version": "1.0.3",
"description": "A ngClarc library providing a set of utilities and interfaces for various projects.",
"main": "index.js",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/foblex/f-ng-infra.git"
},
"private": false,
"keywords": [
"Angular",
"Foblex",
"development",
"kit"
],
"author": "Siarhei Huzarevich",
"license": "MIT",
"dependencies": {
"tslib": "^2.3.0"
},
"module": "fesm2022/foblex-ng-clarc.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"esm2022": "./esm2022/foblex-ng-clarc.mjs",
"esm": "./esm2022/foblex-ng-clarc.mjs",
"default": "./fesm2022/foblex-ng-clarc.mjs"
}
},
"sideEffects": false
}