{
  "name": "coa-allin-pay",
  "version": "1.7.7",
  "description": "通联支付SDK for Node.js",
  "keywords": [
    "coajs",
    "coa",
    "coa-allin-pay",
    "allin-pay",
    "allin",
    "pay"
  ],
  "license": "MIT",
  "author": "Aex",
  "homepage": "https://github.com/coajs/coa-allin-pay",
  "repository": {
    "type": "git",
    "url": "https://github.com/coajs/coa-allin-pay.git"
  },
  "scripts": {
    "dev": "tsc -w",
    "build": "rm -rf dist && tsc && cp package.json *.md dist",
    "lint": "eslint .",
    "prettier": "prettier -w .",
    "sync": "curl -X PUT 'https://npmmirror.com/sync/coa-allin-pay?sync_upstream=true'"
  },
  "dependencies": {
    "coa-error": "^1.5.2",
    "coa-helper": "^1.2.1",
    "coa-secure": "^1.2.0"
  },
  "devDependencies": {
    "@types/node": "^17.0.30",
    "@typescript-eslint/eslint-plugin": "^5.21.0",
    "@typescript-eslint/parser": "^5.21.0",
    "eslint": "^8.14.0",
    "eslint-config-prettier": "^8.5.0",
    "prettier": "^2.6.2",
    "typescript": "^4.6.4"
  }
}
