graycoreio/daffodil

View on GitHub
apps/design-land/package.json

Summary

Maintainability
Test Coverage
{
  "name": "@daffodil/design-land",
  "version": "0.0.0-PLACEHOLDER",
  "private": true,
  "author": "Graycore LLC",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/graycoreio/daffodil/issues"
  },
  "scripts": {
    "serve": "ng s design-land & lerna run watch --scope='@daffodil/tools-dgeni'",
    "lint": "cd ../.. && ng lint design-land",
    "lint:fix": "npm run lint -- --fix",
    "test": "ng test design-land --watch=false --browsers=ChromeHeadless"
  },
  "homepage": "https://github.com/graycoreio/daffodil",
  "repository": {
    "type": "git",
    "url": "https://github.com/graycoreio/daffodil"
  },
  "nx": {
    "targets": {
      "build": {
        "outputs": ["{workspaceRoot}/dist/apps/design-land"]
      },
      "test": {
        "dependsOn": [
          "^build"
        ]
      }
    }
  },
  "devDependencies": {
    "@daffodil/design": "0.0.0-PLACEHOLDER",
    "@daffodil/tools-dgeni": "0.0.0-PLACEHOLDER"
  }
}