UNPKG

@placetopay/pinpad-rest-front

Version:

This project provides a PinPad.

69 lines (68 loc) 1.95 kB
{ "name": "@placetopay/pinpad-rest-front", "version": "0.0.2", "description": "This project provides a PinPad.", "authors": [ { "email": "fredy.camilo@evertecinc.com", "name": "Alexander Camilo R" }, { "email": "valeria.granada@evertecinc.com", "name": "Valeria Granada R" } ], "scripts": { "test:unit": "vue-cli-service test:unit", "lint": "vue-cli-service lint src/ tests/unit/", "lint-check": "vue-cli-service lint --no-fix src/ tests/unit/", "prod": "npx webpack build --mode production --progress", "dev": "npx webpack build --mode development", "watch": "npx webpack build --mode development --watch", "test": "HOST_API=local && node src/config.js" }, "main": "dist/index", "types": "dist/index", "files": [ "dist/" ], "dependencies": { "axios": "^0.21.1" }, "devDependencies": { "@babel/preset-env": "^7.13.9", "@vue/cli-plugin-eslint": "~4.5.0", "@vue/cli-plugin-unit-jest": "~4.5.0", "@vue/cli-service": "^4.5.11", "@vue/compiler-sfc": "^3.0.7", "@vue/eslint-config-standard": "^5.1.2", "@vue/test-utils": "^2.0.0-0", "babel-jest": "^24.9.0", "babel-loader": "^8.2.2", "css-loader": "^5.1.1", "eslint": "^6.7.2", "eslint-plugin-import": "^2.20.2", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^4.2.1", "eslint-plugin-standard": "^4.0.0", "eslint-plugin-vue": "^7.0.0-0", "html-loader": "^1.3.2", "jest-sonar-reporter": "^2.0.0", "sass": "^1.32.8", "sass-loader": "^10.1.1", "typescript": "^3.9.9", "vue": "^3.0.7", "vue-jest": "^5.0.0-0", "vue-loader": "^16.1.2", "webpack-cli": "^4.5.0" }, "homepage": "https://bitbucket.org/placetopay/pinpad-sdk#readme", "keywords": [ "pinpad" ], "license": "MIT", "repository": { "type": "git", "url": "git+https://bitbucket.org/placetopay/pinpad-sdk.git" } }