@malga-checkout/react
Version:
React specific wrapper for Malga Checkout core components
73 lines (72 loc) • 1.75 kB
JSON
{
"name": "@malga-checkout/react",
"sideEffects": false,
"version": "1.22.0",
"description": "React specific wrapper for Malga Checkout core components",
"private": false,
"repository": {
"type": "git",
"url": "git+https://github.com/plughacker/malga-checkout.git",
"directory": "packages/checkout/react"
},
"author": "Leonardo Pinheiro <leonardo@malga.io>",
"bugs": {
"url": "https://github.com/plughacker/malga-checkout/issues"
},
"keywords": [
"payments",
"malga",
"checkout",
"stenciljs",
"react",
"webcomponents",
"web-components"
],
"license": "MIT",
"scripts": {
"test": "jest",
"build:fix": "node ./scripts/fix-build-files/fix-build-files.js",
"build": "yarn build:fix && yarn clean && yarn compile",
"clean": "rimraf dist",
"compile": "yarn tsc",
"tsc": "tsc -p ."
},
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist/"
],
"devDependencies": {
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.0.0",
"@types/jest": "^26.0.23",
"@types/react": "^16.7.0",
"@types/react-dom": "^16.7.0",
"jest": "^27.0.5",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"rimraf": "^2.6.3",
"rollup": "^1.21.2",
"rollup-plugin-node-resolve": "^5.2.0",
"ts-jest": "^27.0.3",
"typescript": "^4.3.4"
},
"dependencies": {
"@malga-checkout/core": "1.22.0"
},
"peerDependencies": {
"react": "^16.7.0",
"react-dom": "^16.7.0"
},
"jest": {
"preset": "ts-jest",
"setupFilesAfterEnv": [
"<rootDir>/setupTests.ts"
],
"testPathIgnorePatterns": [
"node_modules",
"dist"
]
}
}