@aheadlabs/ngx-toolset
Version:
Opinionated Angular library that contains common tools and patterns to simplify things and reuse code.
48 lines • 1.46 kB
JSON
{
"name": "@aheadlabs/ngx-toolset",
"version": "0.2.0",
"description": "Opinionated Angular library that contains common tools and patterns to simplify things and reuse code.",
"main": "src/public-api.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/aheadlabs/ngx-toolset.git"
},
"keywords": [
"angular",
"toolset"
],
"author": "Ahead Labs, S.L.",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/aheadlabs/ngx-toolset/issues"
},
"homepage": "https://github.com/aheadlabs/ngx-toolset#readme",
"peerDependencies": {
"@angular/common": "^14.1.0",
"@angular/core": "^14.1.0",
"@angular/cdk": "^14.1.0"
},
"dependencies": {
"tslib": "^2.3.0"
},
"module": "fesm2015/aheadlabs-ngx-toolset.mjs",
"es2020": "fesm2020/aheadlabs-ngx-toolset.mjs",
"esm2020": "esm2020/aheadlabs-ngx-toolset.mjs",
"fesm2020": "fesm2020/aheadlabs-ngx-toolset.mjs",
"fesm2015": "fesm2015/aheadlabs-ngx-toolset.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"esm2020": "./esm2020/aheadlabs-ngx-toolset.mjs",
"es2020": "./fesm2020/aheadlabs-ngx-toolset.mjs",
"es2015": "./fesm2015/aheadlabs-ngx-toolset.mjs",
"node": "./fesm2015/aheadlabs-ngx-toolset.mjs",
"default": "./fesm2020/aheadlabs-ngx-toolset.mjs"
}
},
"sideEffects": false
}