ngx-voicely-cx
Version:
A feedback collection widget for Angular applications
39 lines • 859 B
JSON
{
"name": "ngx-voicely-cx",
"version": "0.1.4",
"description": "A feedback collection widget for Angular applications",
"author": "Nitesh Kumar",
"repository": {
"type": "git",
"url": "https://github.com/BeingAnProgrammer/ngx-voicely-cx"
},
"keywords": [
"angular",
"feedback",
"survey",
"form",
"rating"
],
"license": "MIT",
"peerDependencies": {
"@angular/common": "^19.1.0",
"@angular/core": "^19.1.0",
"@angular/forms": "^19.1.0",
"@angular/material": "^19.2.14"
},
"dependencies": {
"tslib": "^2.3.0"
},
"sideEffects": false,
"module": "fesm2022/ngx-voicely-cx.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/ngx-voicely-cx.mjs"
}
}
}