@malga-checkout/angular
Version:
Angular specific wrapper for Malga Checkout core components
103 lines (102 loc) • 3.07 kB
JSON
{
"name": "@malga-checkout/angular",
"version": "1.22.0",
"description": "Angular specific wrapper for Malga Checkout core components",
"private": false,
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/plughacker/malga-checkout.git",
"directory": "packages/checkout/angular"
},
"author": "Leonardo Pinheiro <leonardo@malga.io>",
"bugs": {
"url": "https://github.com/plughacker/malga-checkout/issues"
},
"keywords": [
"payments",
"malga",
"checkout",
"stenciljs",
"angular",
"webcomponents",
"web-components"
],
"scripts": {
"build:fix": "node ./scripts/fix-build-files/fix-build-files.js",
"build": "yarn build:fix && yarn build.ng",
"build.fesm": "rollup --config ./scripts/rollup.config.js",
"build.ng": "yarn build.es2015 && yarn build.es5",
"build.es2015": "ngc -p tsconfig.json && rollup --config ./scripts/rollup.config.js",
"build.es5": "ngc -p tsconfig.legacy.json && rollup --config ./scripts/rollup.config.legacy.js",
"lint": "yarn lint.ts",
"lint.ts": "tslint --project .",
"lint.fix": "tslint --project . --fix",
"test": "jest",
"tsc": "tsc -p .",
"validate": "yarn && yarn lint && yarn test && yarn build"
},
"module_ivy_ngcc": "__ivy_ngcc__/dist/fesm5.js",
"module": "dist/fesm5.js",
"main_ivy_ngcc": "__ivy_ngcc__/dist/fesm5.js",
"main": "dist/fesm5.js",
"types": "dist/core.d.ts",
"files": [
"dist/"
],
"dependencies": {
"@malga-checkout/core": "1.22.0",
"tslib": "^1.9.3"
},
"peerDependencies": {
"@angular-devkit/core": "^7.2.1",
"@angular-devkit/schematics": "^7.2.1",
"@angular/common": "^7.2.1",
"@angular/compiler": "^7.2.1",
"@angular/compiler-cli": "^7.2.1",
"@angular/core": "^7.2.1",
"@angular/forms": "^7.2.1",
"@angular/platform-browser": "^7.2.1",
"@angular/platform-browser-dynamic": "^7.2.1",
"@angular/router": "^7.2.1",
"rxjs": ">=6.2.0",
"zone.js": "^0.8.26"
},
"devDependencies": {
"@angular-devkit/core": "^7.2.1",
"@angular-devkit/schematics": "^7.2.1",
"@angular/common": "^7.2.1",
"@angular/compiler": "^7.2.1",
"@angular/compiler-cli": "^7.2.1",
"@angular/core": "^7.2.1",
"@angular/forms": "^7.2.1",
"@angular/platform-browser": "^7.2.1",
"@angular/platform-browser-dynamic": "^7.2.1",
"@angular/router": "^7.2.1",
"@types/jest": "^25.2.3",
"@types/node": "~10.12.0",
"fs-extra": "^7.0.0",
"glob": "^7.1.3",
"jest": "^26.0.1",
"jest-preset-angular": "^8.2.0",
"rollup": "^1.1.2",
"rollup-plugin-node-resolve": "^4.0.0",
"rxjs": "^6.2.0",
"tsickle": "^0.34.0",
"tslint": "^5.12.1",
"tslint-ionic-rules": "0.0.21",
"typescript": "3.2.4",
"zone.js": "^0.8.28"
},
"jest": {
"preset": "jest-preset-angular",
"setupFilesAfterEnv": [
"<rootDir>/src/setupJest.ts"
]
},
"__processed_by_ivy_ngcc__": {
"main": "12.1.2",
"module": "12.1.2",
"typings": "12.1.2"
}
}