UNPKG

@vtex/payment-provider

Version:
60 lines (59 loc) 1.5 kB
{ "name": "@vtex/payment-provider", "version": "1.8.0", "description": "VTEX Payment Provider SDK", "main": "lib/index.js", "typings": "lib/index.d.ts", "scripts": { "clean": "rimraf lib/", "watch": "tsc --watch", "build": "tsc", "prepublish": "run-s clean build", "lint": "tsc --noEmit && tslint --fix -c tslint.json './src/**/*.ts'", "test": "jest", "prereleasy": "yarn prepublish" }, "engines": { "node": ">=8" }, "keywords": [ "vtex", "payment-provider" ], "repository": { "type": "git", "url": "git@github.com:vtex/node-payment-provider-sdk.git" }, "license": "MIT", "dependencies": { "bluebird": "^3.7.2", "co-body": "^6.0.0", "ramda": "^0.27.0", "typescript-string-enums": "^1.0.0", "utility-types": "^3.10.0" }, "peerDependencies": { "@vtex/api": "6.x" }, "devDependencies": { "@types/bluebird": "^3.5.29", "@types/co-body": "^0.0.3", "@types/jest": "^24.0.18", "@types/node": "^12.7.12", "@types/ramda": "types/npm-ramda#dist", "@vtex/api": "6.48.0", "@vtex/prettier-config": "^0.1.3", "@vtex/test-tools": "^3.0.6", "eslint": "^7.18.0", "eslint-config-vtex": "^12.9.3", "eslint-config-vtex-react": "^6.9.3", "husky": "^4.2.0", "lint-staged": "^10.0.2", "npm-run-all": "^4.1.5", "prettier": "^2.2.1", "run-sequence": "^2.2.1", "tslint": "^6.1.3", "tslint-config-vtex": "^2.1.0", "typescript": "^5.3.3" } }