graycoreio/daffodil

View on GitHub
libs/cart-customer/package.json

Summary

Maintainability
Test Coverage
{
  "name": "@daffodil/cart-customer",
  "nx": {
    "targets": {
      "build": {
        "outputs": ["{workspaceRoot}/dist/cart-customer"]
      }
    }
  },
  "version": "0.0.0-PLACEHOLDER",
  "description": "Interfaces built for daffodil/state",
  "repository": {
    "type": "git",
    "url": "https://github.com/graycoreio/daffodil"
  },
  "author": "Graycore LLC",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/graycoreio/daffodil/issues"
  },
  "scripts": {
    "build": "ng build cart-customer --configuration production",
    "lint": "cd ../.. && ng lint cart-customer",
    "lint:fix": "npm run lint -- --fix",
    "test": "ng test cart-customer --watch=false --browsers=ChromeHeadless",
    "publish": "cd ../../dist/cart-customer && npm publish --access=public"
  },
  "homepage": "https://github.com/graycoreio/daffodil",
  "peerDependencies": {
    "@angular/common": "0.0.0-PLACEHOLDER",
    "@angular/core": "0.0.0-PLACEHOLDER",
    "@daffodil/auth": "0.0.0-PLACEHOLDER",
    "@daffodil/cart": "0.0.0-PLACEHOLDER",
    "@ngrx/effects": "0.0.0-PLACEHOLDER",
    "@ngrx/entity": "0.0.0-PLACEHOLDER",
    "@ngrx/store": "0.0.0-PLACEHOLDER",
    "rxjs": "0.0.0-PLACEHOLDER"
  },
  "devDependencies": {
    "@daffodil/auth": "0.0.0-PLACEHOLDER",
    "@daffodil/cart": "0.0.0-PLACEHOLDER"
  }
}