{
  "name": "swipe-bottom-sheet",
  "version": "0.2.14",
  "devDependencies": {
    "@angular/cdk": "^12.1.4",
    "@angular/cli": "^12.1.4",
    "@angular/common": "~12.1.4",
    "@angular/compiler": "^12.1.4",
    "@angular/compiler-cli": "^12.1.4",
    "@angular/core": "~12.1.4",
    "@angular/language-service": "~12.1.4",
    "@angular/platform-browser": "^12.1.4",
    "release-it": "^14.11.6",
    "rxjs": "^6.6.7",
    "typescript": "^4.3.5",
    "zone.js": "^0.11.4"
  },
  "description": "[Demo](https://joeflateau.github.io/typescript-bottom-sheet/)",
  "main": "sheet.js",
  "scripts": {
    "deploy-demo": "(cd ./angular-demo; npm run ngh)",
    "build": "rm {.,angular,lib}/*.{d.ts,js,map,metadata.json,ngsummary.json}; ngc",
    "prepare": "npm run build",
    "ngcc": "ngcc --properties es2015 module browser main --first-only --create-ivy-entry-points",
    "release": "release-it"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/joeflateau/typescript-bottom-sheet.git"
  },
  "files": [
    "{angular,lib}/*.{d.ts,js,map,metadata.json}",
    "*.{d.ts,js,scss}"
  ],
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/joeflateau/typescript-bottom-sheet/issues"
  },
  "homepage": "https://github.com/joeflateau/typescript-bottom-sheet#readme"
}
