UNPKG

ng-autosize

Version:

Angular Directive that automatically adjusts textarea height to fit content

69 lines (68 loc) 1.94 kB
{ "name": "ng-autosize", "version": "2.0.0", "description": "Angular Directive that automatically adjusts textarea height to fit content", "repository": { "type": "git", "url": "git+https://github.com/stevepapa/ng-autosize.git" }, "scripts": { "ng": "ng", "build": "ng build ng-autosize", "test": "ng test ng-autosize", "lint": "ng lint" }, "engines": { "node": ">=18" }, "keywords": [ "angular", "angular19", "autosize", "textarea", "directive", "standalone", "ng-autosize", "ngx-autosize", "resize", "elastic", "height" ], "author": "stevepapa <dev@stevepapa.com>", "main": "index.ts", "license": "MIT", "peerDependencies": { "@angular/core": "^19.0.0" }, "devDependencies": { "@angular-devkit/build-angular": "^19.2.19", "@angular-eslint/builder": "^19.0.0", "@angular-eslint/eslint-plugin": "^19.0.0", "@angular-eslint/eslint-plugin-template": "^19.0.0", "@angular-eslint/schematics": "^19.0.0", "@angular-eslint/template-parser": "^19.0.0", "@angular/animations": "^19.0.0", "@angular/cli": "^19.0.0", "@angular/common": "^19.0.0", "@angular/compiler": "^19.0.0", "@angular/compiler-cli": "^19.0.0", "@angular/core": "^19.0.0", "@angular/platform-browser": "^19.0.0", "@angular/platform-browser-dynamic": "^19.0.0", "@types/jasmine": "~5.1.0", "@typescript-eslint/eslint-plugin": "^8.0.0", "@typescript-eslint/parser": "^8.0.0", "eslint": "^9.0.0", "jasmine-core": "~5.4.0", "karma": "~6.4.0", "karma-chrome-launcher": "~3.2.0", "karma-coverage": "~2.2.0", "karma-jasmine": "~5.1.0", "karma-jasmine-html-reporter": "~2.1.0", "ng-packagr": "^19.0.0", "rxjs": "^7.8.0", "tslib": "^2.8.0", "typescript": "~5.6.3", "zone.js": "^0.15.0" } }