{
  "name": "@vendasta/contract-billing",
  "version": "0.1.0",
  "peerDependencies": {
    "@angular/core": "^10.0.0",
    "@angular/common": "^10.0.0",
    "@vendasta/core": "^46.0.1",
    "rxjs": "^6.0.0",
    "moment": "^2.23.0",
    "moment-timezone": "^0.5.28"
  },
  "author": "Vendasta R&D",
  "description": "SDK to interact with the contract-billing service",
  "typings": "vendasta-contract-billing.d.ts",
  "dependencies": {
    "tslib": "^2.0.0"
  },
  "license": "ISC",
  "main": "bundles/vendasta-contract-billing.umd.js",
  "module": "fesm2015/vendasta-contract-billing.js",
  "es2015": "fesm2015/vendasta-contract-billing.js",
  "esm2015": "esm2015/vendasta-contract-billing.js",
  "fesm2015": "fesm2015/vendasta-contract-billing.js",
  "sideEffects": false,
  "scripts": {
    "prepublishOnly": "node --eval \"console.error('ERROR: Trying to publish a package that has been compiled by Ivy. This is not allowed.\\nPlease delete and rebuild the package, without compiling with Ivy, before attempting to publish.\\n')\" && exit 1"
  }
}
