graycoreio/daffodil

View on GitHub
libs/auth/package.json

Summary

Maintainability
Test Coverage
{
  "name": "@daffodil/auth",
  "nx": {
    "targets": {
      "build": {
        "outputs": ["{workspaceRoot}/dist/auth"]
      }
    }
  },
  "version": "0.0.0-PLACEHOLDER",
  "description": "Reducers, State, Selectors, and Drivers for logging in and registering users.",
  "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/auth"
  },
  "scripts": {
    "build": "ng build auth --configuration production",
    "lint": "cd ../.. && ng lint auth",
    "lint:fix": "npm run lint -- --fix",
    "test": "ng test auth --watch=false --browsers=ChromeHeadless",
    "publish": "cd ../../dist/auth && 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",
    "@ngrx/store": "0.0.0-PLACEHOLDER",
    "rxjs": "0.0.0-PLACEHOLDER"
  },
  "devDependencies": {
    "@daffodil/core": "0.0.0-PLACEHOLDER",
        "@daffodil/driver": "0.0.0-PLACEHOLDER"
    },
    "optionalDependencies": {
        "@daffodil/driver": "0.0.0-PLACEHOLDER"
    }
}