libs/contact/package.json
{
"name": "@daffodil/contact",
"nx": {
"targets": {
"build": {
"outputs": ["{workspaceRoot}/dist/contact"]
}
}
},
"version": "0.0.1",
"repository": {
"type": "git",
"url": "https://github.com/graycoreio/daffodil"
},
"author": "Graycore LLC",
"license": "MIT",
"homepage": "https://github.com/graycoreio/daffodil",
"scripts": {
"build": "ng build contact --configuration production",
"lint": "cd ../.. && ng lint contact",
"lint:fix": "npm run lint -- --fix",
"test": "ng test contact --watch=false --browsers=ChromeHeadless",
"publish": "cd ../../dist/contact && npm publish --access=public"
},
"devDependencies": {
"@daffodil/driver": "0.0.0-PLACEHOLDER",
"@daffodil/core": "0.0.0-PLACEHOLDER"
},
"peerDependencies": {
"@angular/common": "0.0.0-PLACEHOLDER",
"@angular/core": "0.0.0-PLACEHOLDER",
"@daffodil/core": "0.0.0-PLACEHOLDER",
"rxjs": "0.0.0-PLACEHOLDER"
},
"optionalDependencies": {
"@angular/platform-browser": "0.0.0-PLACEHOLDER",
"@angular/router": "0.0.0-PLACEHOLDER",
"@daffodil/driver": "0.0.0-PLACEHOLDER",
"@faker-js/faker": "0.0.0-PLACEHOLDER",
"@ngrx/effects": "0.0.0-PLACEHOLDER",
"@ngrx/store": "0.0.0-PLACEHOLDER",
"angular-in-memory-web-api": "0.0.0-PLACEHOLDER"
}
}