@monei-js/components
Version:
MONEI UI Components enable you to collect sensitive payment information using customizable UI components.
102 lines (101 loc) • 2.54 kB
JSON
{
"name": "@monei-js/components",
"version": "1.7.8",
"author": "MONEI <support@monei.com> (https://monei.com)",
"description": "MONEI UI Components enable you to collect sensitive payment information using customizable UI components.",
"homepage": "https://monei.com",
"license": "MIT",
"contributors": [
"Dmitriy Nevzorov <dn@monei.com>"
],
"keywords": [
"monei",
"payment gateway",
"payment processing",
"credit cards",
"tokenisation",
"card input",
"react",
"components"
],
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
"dist",
"types"
],
"prettier": {
"singleQuote": true,
"bracketSpacing": false,
"jsxBracketSameLine": true,
"trailingComma": "none",
"printWidth": 120
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"scripts": {
"start": "tsdx watch --format cjs,umd --name monei",
"start:prod": "STAGE=prod tsdx watch --format cjs,umd --name monei",
"build": "tsdx build --format cjs,umd --name monei",
"build:prod": "STAGE=prod tsdx build --format cjs,umd --name monei",
"example": "serve",
"test": "tsdx test --passWithNoTests",
"lint": "tsdx lint",
"prepare": "node -r dotenv/config $(yarn bin)/tsdx build",
"release": "release-it"
},
"husky": {
"hooks": {
"pre-commit": "tsdx lint"
}
},
"release-it": {
"git": {
"tagName": "v${version}",
"commitMessage": "chore: release v${version}"
},
"github": {
"release": true
},
"npm": {
"publish": true
},
"hooks": {
"before:init": [
"yarn lint --fix",
"CI=true yarn test"
]
}
},
"devDependencies": {
"@babel/core": "^7.13.15",
"@rollup/plugin-alias": "^3.1.1",
"@rollup/plugin-commonjs": "^13.0.0",
"@rollup/plugin-replace": "^2.4.2",
"@types/jest": "^26.0.22",
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.3",
"babel-loader": "8.2.2",
"dotenv": "^8.2.0",
"eslint-config-prettier": "^6.0.0",
"eslint-plugin-prettier": "^3.1.0",
"husky": "^4.3.6",
"prettier": "^2.2.1",
"release-it": "14.6.1",
"serve": "^14.2.1",
"ts-loader": "^8.0.12",
"tsdx": "^0.14.1",
"tslib": "^2.2.0",
"typescript": "^4.2.4"
},
"dependencies": {
"belter": "^1.0.163",
"core-js": "^3.10.1",
"csstype": "^3.0.5",
"htm": "^3.0.4",
"post-robot": "^10.0.42",
"@krakenjs/zoid": "^10.3.3"
}
}