UNPKG

pixelpay-ipg

Version:

NPM for PixelPay IPG

146 lines (143 loc) 4.53 kB
{ "name": "pixelpay-ipg", "version": "1.0.1", "description": "NPM for PixelPay IPG", "main": "dist/bundle.cjs.min.js", "module": "dist/bundle.esm.min.js", "homepage":"https://mypixelpay.com/", "keywords": [ "NPM", "IPG", "PixelPay", "Visa", "Mastercard", "American Express", "Frimi", "Q+", "Sampath Vishwa", "iPay", "Lanka QR" ], "author": "PixelPay", "license": "ISC", "devDependencies": { "@babel/core": "^7.14.8", "@babel/plugin-proposal-class-properties": "^7.14.5", "@babel/plugin-proposal-object-rest-spread": "^7.14.7", "@babel/plugin-syntax-class-properties": "^7.12.13", "@babel/preset-env": "^7.14.8", "@babel/preset-typescript": "^7.14.5", "@commitlint/cli": "latest", "@commitlint/config-conventional": "latest", "@rollup/plugin-babel": "^5.3.0", "@rollup/plugin-json": "^4.1.0", "@rollup/plugin-node-resolve": "^13.0.2", "@rollup/plugin-replace": "^3.0.0", "@vue/compiler-sfc": "^3.1.5", "auto-changelog": "^2.3.0", "automate-release": "^2.0.5", "babel-plugin-transform-class-properties": "^6.24.1", "bootstrap": "^5.0.2", "bulma": "^0.9.3", "ci-publish": "latest", "conventional-github-releaser": "latest", "cross-env": "^7.0.3", "dotenv": "^10.0.0", "env-cmd": "^10.1.0", "eslint": "^7.31.0", "eslint-config-standard": "^16.0.3", "eslint-plugin-import": "^2.23.4", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^5.1.0", "eslint-plugin-standard": "^4.1.0", "finepack": "latest", "git-authors-cli": "latest", "husky": "latest", "javascript-obfuscator": "^2.17.0", "jquery": "^3.6.0", "lint-staged": "latest", "node-sass": "^6.0.1", "npm-auto-version": "^1.0.0", "npm-check-updates": "latest", "popper.js": "^1.16.1", "popups": "^1.1.3", "prettier-eslint": "^12.0.0", "prettier-eslint-cli": "^5.0.1", "rimraf": "^3.0.2", "rollup": "^2.53.3", "rollup-plugin-babel": "^4.4.0", "rollup-plugin-banner": "^0.2.1", "rollup-plugin-commonjs": "^10.1.0", "rollup-plugin-conditional": "^3.1.2", "rollup-plugin-dotenv": "^0.3.0", "rollup-plugin-embed-css": "^1.0.21", "rollup-plugin-encoding": "^0.1.2", "rollup-plugin-execute": "^1.1.1", "rollup-plugin-filesize": "^9.1.1", "rollup-plugin-gzip": "^2.5.0", "rollup-plugin-html": "^0.2.1", "rollup-plugin-inline-postcss": "^3.0.1", "rollup-plugin-javascript-obfuscator": "^1.0.4", "rollup-plugin-merge-and-inject-css": "^1.1.3", "rollup-plugin-node-externals": "^2.2.0", "rollup-plugin-node-resolve": "^5.2.0", "rollup-plugin-notify": "^1.1.0", "rollup-plugin-obfuscator": "^0.2.0", "rollup-plugin-postcss": "^4.0.0", "rollup-plugin-progress": "^1.1.2", "rollup-plugin-replace": "^2.2.0", "rollup-plugin-scss": "^3.0.0", "rollup-plugin-serve": "^1.1.0", "rollup-plugin-serve-proxy": "^1.1.4", "rollup-plugin-string": "^3.0.0", "rollup-plugin-terser": "^7.0.2", "rollup-plugin-vue": "^6.0.0", "rollup-plugin-zopfli": "^1.0.2", "rollup-s3-plugin": "^1.0.2", "standard-version": "latest" }, "files": [ "README.md", "dist", "examples" ], "scripts": { "beta": "npm version prepatch --preid beta", "beta:ver": "npm version prerelease", "build": "export NODE_ENV=prod && rollup -c", "deploy": "npm run build && npm run git && npm version patch && npm publish && git push --tags", "dev": "npm run beta && export NODE_ENV=dev && rollup -c && npm publish --beta", "git": "git add . && git commit", "lint:fix": "prettier-eslint $PWD/'**/*.js' --write", "publish:beta": "npm run beta:ver && npm publish --beta", "start": "export NODE_ENV=local && rollup -c -w", "test": "echo \"Error: no test specified\" && exit 1" }, "auto-changelog": { "commitLimit": false, "output": "CHANGELOG.md", "template": "keepachangelog", "unreleased": true }, "commitlint": { "extends": [ "@commitlint/config-conventional" ] }, "husky": { "hooks": { "pre-commit": "lint-staged" } }, "lint-staged": { "*.{js}": [ "npm run lint:fix", "git add" ], "package.json": [ "finepack" ] }, "peerDependencies": {}, "sideEffects": false }