{
  "name": "@touchspin/angular",
  "version": "5.2.0",
  "description": "Angular adapter for TouchSpin with per-renderer subpaths",
  "sideEffects": false,
  "files": [
    "dist/",
    "README.md",
    "LICENSE.md",
    "package.json"
  ],
  "module": "./dist/fesm2022/touchspin-angular.mjs",
  "types": "./dist/index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/fesm2022/touchspin-angular.mjs"
    },
    "./bootstrap3": {
      "types": "./dist/bootstrap3/index.d.ts",
      "default": "./dist/fesm2022/touchspin-angular-bootstrap3.mjs"
    },
    "./bootstrap4": {
      "types": "./dist/bootstrap4/index.d.ts",
      "default": "./dist/fesm2022/touchspin-angular-bootstrap4.mjs"
    },
    "./bootstrap5": {
      "types": "./dist/bootstrap5/index.d.ts",
      "default": "./dist/fesm2022/touchspin-angular-bootstrap5.mjs"
    },
    "./tailwind": {
      "types": "./dist/tailwind/index.d.ts",
      "default": "./dist/fesm2022/touchspin-angular-tailwind.mjs"
    },
    "./vanilla": {
      "types": "./dist/vanilla/index.d.ts",
      "default": "./dist/fesm2022/touchspin-angular-vanilla.mjs"
    }
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "scripts": {
    "build": "ng-packagr -p ng-package.json -c tsconfig.lib.json",
    "clean": "rm -rf dist",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:coverage": "jest --coverage"
  },
  "peerDependencies": {
    "@angular/common": ">=17.0.0",
    "@angular/core": ">=17.0.0",
    "@angular/forms": ">=17.0.0",
    "@touchspin/renderer-bootstrap3": "^5.0.1",
    "@touchspin/renderer-bootstrap4": "^5.0.1",
    "@touchspin/renderer-bootstrap5": "^5.0.1",
    "@touchspin/renderer-tailwind": "^5.0.1",
    "@touchspin/renderer-vanilla": "^5.0.1"
  },
  "peerDependenciesMeta": {
    "@touchspin/renderer-bootstrap3": {
      "optional": true
    },
    "@touchspin/renderer-bootstrap4": {
      "optional": true
    },
    "@touchspin/renderer-bootstrap5": {
      "optional": true
    },
    "@touchspin/renderer-tailwind": {
      "optional": true
    },
    "@touchspin/renderer-vanilla": {
      "optional": true
    }
  },
  "dependencies": {
    "@touchspin/core": "5.0.1",
    "rxjs": "^7.8.1",
    "tslib": "^2.7.0"
  },
  "devDependencies": {
    "@angular/animations": "^19.2.0",
    "@angular/common": "^19.2.0",
    "@angular/compiler": "^19.2.0",
    "@angular/compiler-cli": "^19.2.0",
    "@angular/core": "^19.2.0",
    "@angular/forms": "^19.2.0",
    "@angular/platform-browser": "^19.2.0",
    "@angular/platform-browser-dynamic": "^19.2.0",
    "@touchspin/renderer-bootstrap3": "5.0.1",
    "@touchspin/renderer-bootstrap4": "5.0.1",
    "@touchspin/renderer-bootstrap5": "5.0.1",
    "@touchspin/renderer-tailwind": "5.0.1",
    "@touchspin/renderer-vanilla": "5.0.1",
    "@types/jest": "^29.5.12",
    "@types/jsdom": "^21.1.7",
    "@types/node": "^20.14.12",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^29.7.0",
    "jest-preset-angular": "^14.1.1",
    "jsdom": "^24.1.1",
    "ng-packagr": "^19.0.0",
    "ts-node": "^10.9.2",
    "typescript": "~5.7.2",
    "zone.js": "~0.15.0"
  },
  "keywords": [
    "touchspin",
    "angular",
    "spinner",
    "number-input",
    "bootstrap",
    "tailwind"
  ],
  "author": "TouchSpin Contributors",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/istvan-ujjmeszaros/touchspin-angular.git"
  },
  "bugs": {
    "url": "https://github.com/istvan-ujjmeszaros/touchspin-angular/issues"
  },
  "homepage": "https://github.com/istvan-ujjmeszaros/touchspin-angular#readme",
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/istvan-ujjmeszaros"
  }
}
