libs/core/package.json
{
"name": "@daffodil/core",
"nx": {
"targets": {
"build": {
"outputs": ["{workspaceRoot}/dist/core"]
}
}
},
"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"
},
"scripts": {
"build": "ng build core --configuration production",
"lint": "cd ../.. && ng lint core",
"lint:fix": "npm run lint -- --fix",
"test": "ng test core --watch=false --browsers=ChromeHeadless",
"reportcoverage":
"(../../cc-test-reporter format-coverage -t lcov -o ../../coverage/cc.core.json ../../coverage/libs/core/lcov.info)",
"publish": "cd ../../dist/core && npm publish --access=public"
},
"homepage": "https://github.com/graycoreio/daffodil",
"peerDependencies": {
"@angular/core": "0.0.0-PLACEHOLDER",
"@angular/common": "0.0.0-PLACEHOLDER",
"rxjs": "0.0.0-PLACEHOLDER"
},
"optionalDependencies": {
"graphql": "0.0.0-PLACEHOLDER",
"@angular/router": "0.0.0-PLACEHOLDER",
"@apollo/client": "0.0.0-PLACEHOLDER",
"@ngrx/store": "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/jasmine": "0.0.0-PLACEHOLDER"
}
}