sdk-textbox
Version:
Simple to use (Angular) textbox for controlling input while typing.
45 lines • 1.07 kB
JSON
{
"name": "sdk-textbox",
"description": "Simple to use (Angular) textbox for controlling input while typing.",
"homepage": "https://www.soodohkohd.com?w=packages&v=sdk-textbox",
"version": "2.5.2",
"license": "MIT",
"type": "module",
"keywords": [
"Angular",
"textbox",
"textarea",
"text",
"input",
"format",
"typing",
"capture",
"keypress",
"keydown",
"keyup",
"cut & paste",
"SDK",
"soodohkohd",
"soo-doh-kohd"
],
"peerDependencies": {
"@angular/common": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0",
"@angular/compiler": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0",
"@angular/core": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0"
},
"dependencies": {
"tslib": ">=2.5.0"
},
"module": "fesm2022/sdk-textbox.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/sdk-textbox.mjs"
}
},
"sideEffects": false
}