UNPKG

@malga-checkout/core

Version:
77 lines (76 loc) 2.17 kB
{ "name": "@malga-checkout/core", "version": "1.22.0", "description": "Core components for Malga Checkout", "private": false, "repository": { "type": "git", "url": "git+https://github.com/plughacker/malga-checkout.git", "directory": "packages/checkout/core" }, "author": "Leonardo Pinheiro <leonardo@malga.io>", "bugs": { "url": "https://github.com/plughacker/malga-checkout/issues" }, "keywords": [ "payments", "plug", "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/malga-checkout.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/sass": "^1.4.1", "@stencil/vue-output-target": "^0.5.1", "@types/jest": "^26.0.23", "@types/puppeteer": "5.4.3", "@types/uuid": "^8.3.4", "jest": "26.6.3", "jest-cli": "26.6.3", "puppeteer": "5.5.0", "stencil-inline-svg": "^1.1.0" }, "dependencies": { "@malga/card-validator": "^1.5.0", "@stencil/store": "^1.5.0", "axios": "^0.21.1", "brazilian-values": "^0.10.1", "inputmask": "^5.0.6", "matercolors": "^2.3.0", "platform": "^1.3.6", "uuid": "^8.3.2", "yup": "^0.32.9" }, "homepage": "https://github.com/plughacker/malga-checkout#readme" }