libs/paypal/package.json
{
"name": "@daffodil/paypal",
"nx": {
"targets": {
"build": {
"outputs": ["{workspaceRoot}/dist/paypal"]
}
}
},
"version": "0.0.0-PLACEHOLDER",
"description": "Reducers, State, Selectors, and Drivers for generating paypal tokens",
"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/paypal"
},
"scripts": {
"build": "ng build paypal --configuration production",
"lint": "cd ../.. && ng lint paypal",
"lint:fix": "npm run lint -- --fix",
"test": "ng test paypal --watch=false --browsers=ChromeHeadless",
"publish": "cd ../../dist/paypal && 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",
"@daffodil/cart": "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": {
"@faker-js/faker": "0.0.0-PLACEHOLDER",
"angular-in-memory-web-api": "0.0.0-PLACEHOLDER",
"apollo-angular": "0.0.0-PLACEHOLDER",
"@apollo/client": "0.0.0-PLACEHOLDER"
},
"devDependencies": {
"@daffodil/payment": "0.0.0-PLACEHOLDER",
"@daffodil/cart": "0.0.0-PLACEHOLDER",
"@daffodil/core": "0.0.0-PLACEHOLDER"
}
}