@paybyrd/card-collect
Version:
Paybyrd's tool to aid in the creation of credit card info collect forms
68 lines (67 loc) • 2.05 kB
JSON
{
"name": "@paybyrd/card-collect",
"version": "3.2.4",
"description": "Paybyrd's tool to aid in the creation of credit card info collect forms",
"main": "dist/cardCollect.js",
"types": "./dist/index.d.ts",
"engines": {
"node": ">=16.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/paybyrd/card-collect-js.git"
},
"scripts": {
"dev": "webpack serve --config ./webpack.config.js --open --mode development",
"build": "yarn run build:web & yarn run build:frameworks",
"build:frameworks": "cross-env NODE_ENV=production webpack --mode production",
"build:web": "cross-env NODE_ENV=production webpack --config webpack.config.web.js --mode production",
"stage": "cross-env NODE_ENV=production webpack --mode production",
"prepublishOnly": "cross-env NODE_ENV=production webpack --mode production",
"lint": "eslint . --ext .js",
"lint:fix": "eslint . --ext .js --fix",
"test": "jest"
},
"keywords": [
"card",
"collect",
"security",
"paybyrd"
],
"author": "tiago.resende@paybyrd.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/paybyrd/card-collect-js/issues"
},
"homepage": "https://github.com/paybyrd/card-collect-js#readme",
"devDependencies": {
"@babel/core": "^7.18.10",
"@babel/preset-env": "^7.18.10",
"@types/jest": "^29.5.12",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"babel-loader": "^8.2.5",
"cross-env": "^7.0.3",
"css-loader": "^6.7.1",
"eslint": "^8.21.0",
"eslint-webpack-plugin": "^3.2.0",
"html-webpack-plugin": "^5.5.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-fetch-mock": "^3.0.3",
"jest-transform-stub": "^2.0.0",
"jsdom": "^24.0.0",
"style-loader": "^3.3.1",
"svg-inline-loader": "^0.8.2",
"ts-jest": "^29.1.2",
"ts-loader": "^9.4.4",
"ts-node": "^10.9.2",
"typescript": "^5.4.2",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.9.3"
},
"dependencies": {
"@tokenex/tokenex-iframe": "^3.67.1-beta.6"
}
}