libs/product/package.json
{
"name": "@daffodil/product",
"nx": {
"targets": {
"build": {
"outputs": ["{workspaceRoot}/dist/product"]
}
}
},
"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/product"
},
"scripts": {
"build": "ng build product --configuration production && npm run build:assets",
"build:assets": "shx cp -R assets/ ../../dist/product/assets/",
"lint": "cd ../.. && ng lint product",
"lint:fix": "npm run lint -- --fix",
"test": "ng test product --watch=false --browsers=ChromeHeadless",
"publish": "cd ../../dist/product && 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/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/jasmine": "0.0.0-PLACEHOLDER"
}
}