@ngxi/typcn
Version:
[![npm version][npm-version-src]][npm-version-href] [![npm downloads][npm-downloads-src]][npm-downloads-href] [![bundle][bundle-src]][bundle-href] [![JSDocs][jsdocs-src]][jsdocs-href] [![License][license-src]][license-href]
31 lines • 728 B
JSON
{
"name": "@ngxi/typcn",
"version": "0.11.27",
"sideEffects": false,
"author": "Adrián UB",
"license": "CC-BY-SA-4.0",
"funding": "https://github.com/sponsors/adrian-ub",
"homepage": "https://github.com/adrian-ub/ngxi#readme",
"repository": {
"type": "git",
"url": "https://github.com/adrian-ub/ngxi.git"
},
"bugs": "https://github.com/adrian-ub/ngxi/issues",
"publishConfig": {
"directory": "dist"
},
"module": "esm2022/ngxi-typcn.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./esm2022/ngxi-typcn.mjs"
}
},
"dependencies": {
"tslib": "^2.3.0"
}
}