UNPKG

@tamara-solution/checkout

Version:

Script will be embedded in merchant's site to checkout. The merchant's don't need to redirect to tamara's site.

57 lines (56 loc) 1.53 kB
{ "name": "@tamara-solution/checkout", "version": "1.0.6", "description": "Script will be embedded in merchant's site to checkout. The merchant's don't need to redirect to tamara's site.", "main": "dist/checkoutFrame.esm.js", "repository": { "type": "git", "url": "git+ssh://git@gitlab.com/tamara-frontend/iframe.git" }, "author": "Nhan Nguyen <nhan.nguyen@tamara.co>", "license": "MIT", "private": false, "scripts": { "prebuild": "rm -rf dist", "build": "rollup --config", "release:patch": "np patch -y", "release:minor": "np minor", "release:major": "np major", "test": "echo \"No test specified\"" }, "devDependencies": { "@babel/core": "^7.11.4", "@babel/plugin-proposal-class-properties": "^7.10.4", "@babel/preset-env": "^7.11.0", "@rollup/plugin-babel": "^5.2.0", "babel-plugin-module-resolver": "^4.0.0", "lint-staged": "^10.2.13", "markdownlint-cli": "^0.23.2", "np": "^6.4.0", "npm-run-all": "^4.1.5", "prettier": "^2.1.1", "rollup": "^2.26.5", "rollup-plugin-terser": "^7.0.0" }, "husky": { "hooks": { "pre-commit": "cross-env PRE_COMMIT=true lint-staged" } }, "lint-staged": { "src/**/*.js": [ "eslint --fix", "git add" ] }, "bugs": { "url": "https://gitlab.com/tamara-frontend/iframe/issues" }, "homepage": "https://gitlab.com/tamara-frontend/iframe#readme", "keywords": [ "tamara", "tamara-checkout", "tamara-solution", "payafter" ] }