UNPKG

@kephas/core

Version:

Provides a common infrastructure for all the other Kephas Framework components: ambient services, dynamic reflection, composition, application management, and others.

45 lines 1.28 kB
{ "name": "@kephas/core", "version": "1.0.0", "description": "Provides a common infrastructure for all the other Kephas Framework components: ambient services, dynamic reflection, composition, application management, and others.", "repository": { "type": "git", "url": "https://github.com/kephas-software/kephas-js/tree/master/src/projects/kephas/core" }, "keywords": [ "kephas", "core" ], "author": { "name": "Kephas Software SRL" }, "license": "MIT", "peerDependencies": { "reflect-metadata": "~0.1.13", "js-sha256": "~0.9.0", "base64-js": "~1.5.1" }, "dependencies": { "tslib": "^2.3.0" }, "module": "fesm2015/kephas-core.mjs", "es2020": "fesm2020/kephas-core.mjs", "esm2020": "esm2020/kephas-core.mjs", "fesm2020": "fesm2020/kephas-core.mjs", "fesm2015": "fesm2015/kephas-core.mjs", "typings": "kephas-core.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./kephas-core.d.ts", "esm2020": "./esm2020/kephas-core.mjs", "es2020": "./fesm2020/kephas-core.mjs", "es2015": "./fesm2015/kephas-core.mjs", "node": "./fesm2015/kephas-core.mjs", "default": "./fesm2020/kephas-core.mjs" } }, "sideEffects": false }