UNPKG

@malga-checkout-full/core

Version:
72 lines (71 loc) 2.04 kB
{ "name": "@malga-checkout-full/core", "version": "1.20.5", "description": "Core components for Malga Checkout Full", "private": false, "repository": { "type": "git", "url": "git+https://github.com/plughacker/malga-checkout.git", "directory": "packages/checkout-full/core" }, "author": "Leonardo Pinheiro <leonardo@malga.io>", "bugs": { "url": "https://github.com/plughacker/malga-checkout/issues" }, "keywords": [ "payments", "malga", "checkout", "stenciljs", "react", "angular", "vue", "webcomponents", "web-components" ], "license": "MIT", "main": "dist/index.cjs.js", "module": "dist/index.js", "es2015": "dist/esm/index.mjs", "es2017": "dist/esm/index.mjs", "types": "dist/types/index.d.ts", "collection": "dist/collection/collection-manifest.json", "collection:main": "dist/collection/index.js", "unpkg": "dist/malga-checkout-full/malga-checkout-full.esm.js", "files": [ "dist/", "loader/" ], "scripts": { "build:fix": "node ./scripts/fix-version-file.js", "build": "stencil build --docs && yarn build:fix", "start": "stencil build --dev --watch --serve", "test": "stencil test --spec --e2e", "test.watch": "stencil test --spec --e2e --watchAll", "generate": "stencil generate" }, "devDependencies": { "@malga-checkout/common": "*", "@malga-checkout/i18n": "*", "@malga-checkout/utils": "*", "@stencil/angular-output-target": "^0.2.0", "@stencil/core": "^2.6.0", "@stencil/react-output-target": "^0.1.0", "@stencil/vue-output-target": "^0.5.1", "@types/jest": "^26.0.23", "@types/puppeteer": "5.4.3", "@types/uuid": "^9.0.2", "jest": "26.6.3", "jest-cli": "26.6.3", "puppeteer": "5.5.0" }, "dependencies": { "@malga-checkout/core": "1.20.5", "axios": "^0.21.1", "inputmask": "^5.0.6", "stdnum": "^1.3.8", "uuid": "^9.0.0", "yup": "^0.32.9" }, "homepage": "https://github.com/plughacker/malga-checkout#readme" }