{
  "name": "meteorite-cart",
  "version": "0.0.2",
  "peerDependencies": {
    "@angular/common": "^11.0.4",
    "@angular/core": "^11.0.4"
  },
  "dependencies": {
    "tslib": "^2.0.0"
  },
  "main": "bundles/meteorite-cart.umd.js",
  "module": "fesm2015/meteorite-cart.js",
  "es2015": "fesm2015/meteorite-cart.js",
  "esm2015": "esm2015/meteorite-cart.js",
  "fesm2015": "fesm2015/meteorite-cart.js",
  "typings": "meteorite-cart.d.ts",
  "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"
  }
}
