graycoreio/daffodil

View on GitHub
libs/upsell-products/package.json

Summary

Maintainability
Test Coverage
{
  "name": "@daffodil/upsell-products",
  "nx": {
    "targets": {
      "build": {
        "outputs": ["{workspaceRoot}/dist/upsell-products"]
      }
    }
  },
  "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"
  },
  "publishConfig": {
    "directory": "../../dist/upsell-products"
  },
  "scripts": {
    "build": "ng build upsell-products --configuration production",
    "lint": "cd ../.. && ng lint upsell-products",
    "lint:fix": "npm run lint -- --fix",
    "test": "ng test upsell-products --watch=false --browsers=ChromeHeadless",
    "publish": "cd ../../dist/upsell-products && npm publish --access=public"
  },
  "homepage": "https://github.com/graycoreio/daffodil",
  "peerDependencies": {
    "@angular/common": "0.0.0-PLACEHOLDER",
    "@angular/core": "0.0.0-PLACEHOLDER",
    "@daffodil/core": "0.0.0-PLACEHOLDER",
    "@daffodil/product": "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"
  },
  "optionalDependencies": {
    "@apollo/client": "0.0.0-PLACEHOLDER",
    "@daffodil/driver": "0.0.0-PLACEHOLDER",
    "angular-in-memory-web-api": "0.0.0-PLACEHOLDER",
    "apollo-angular": "0.0.0-PLACEHOLDER",
    "@faker-js/faker": "0.0.0-PLACEHOLDER"
  },
  "devDependencies": {
    "@daffodil/core": "0.0.0-PLACEHOLDER",
    "@daffodil/driver": "0.0.0-PLACEHOLDER",
    "@daffodil/product": "0.0.0-PLACEHOLDER"
  }
}