wacom
Version:
Module which has common services, pipes, directives and interfaces which can be used on all projects.
75 lines • 1.43 kB
JSON
{
"name": "wacom",
"version": "21.2.7",
"license": "MIT",
"repository": "WebArtWork/wacom",
"funding": [
{
"type": "website",
"url": "http://wawjs.wiki/fund"
},
{
"type": "opencollective",
"url": "https://opencollective.com/wawjs"
}
],
"peerDependencies": {
"@angular/core": ">=20.0.0",
"@angular/common": ">=20.0.0",
"@angular/forms": ">=20.0.0",
"@angular/platform-browser": ">=20.0.0",
"@angular/router": ">=20.0.0",
"rxjs": ">=7.5.0"
},
"engines": {
"node": ">=20.19.0",
"npm": ">=10.8.2"
},
"publishConfig": {
"access": "public"
},
"sideEffects": false,
"keywords": [
"angular",
"angular-library",
"ngx",
"typescript",
"providewacom",
"wacom",
"waw",
"web-art-work",
"ssr",
"platform-detection",
"device-detection",
"browser-detection",
"localstorage",
"store",
"state-management",
"meta-tags",
"seo",
"router-guard",
"crud",
"offline-first",
"socket",
"webrtc",
"realtime",
"network",
"theme",
"i18n",
"translate"
],
"module": "fesm2022/wacom.mjs",
"typings": "types/wacom.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./types/wacom.d.ts",
"default": "./fesm2022/wacom.mjs"
}
},
"dependencies": {
"tslib": "^2.3.0"
}
}