{
  "name": "@saber2pr/strapi-paypal",
  "version": "1.0.35",
  "description": "Online payments and subscriptions made simple, secure and fast.This free plugin enables you to accept online payments and create subscriptions using Paypal account or Credit/Debit card on your Strapi app via Paypal.",
  "strapi": {
    "name": "strapi-paypal",
    "description": "Online payments and subscriptions made simple, secure and fast.This free plugin enables you to accept online payments and create subscriptions using Paypal account or Credit/Debit card on your Strapi app via Paypal.",
    "kind": "plugin",
    "displayName": "Strapi Paypal"
  },
  "dependencies": {
    "html-react-parser": "^3.0.4",
    "moment": "^2.29.4",
    "qs": "^6.11.0"
  },
  "peerDependencies": {
    "@strapi/strapi": "^4.4.5"
  },
  "scripts": {
    "format": "npm-run-all -p format:*",
    "format:code": "npm run prettier:code -- --write",
    "format:other": "npm run prettier:other -- --write",
    "lint": "npm-run-all -p lint:code",
    "lint:code": "eslint .",
    "lint:fix": "eslint --fix .",
    "lint:other": "npm run prettier:other -- --check",
    "prettier:code": "prettier \"**/*.js\"",
    "prettier:other": "prettier \"**/*.{md,css,scss,yaml,yml}\""
  },
  "devDependencies": {
    "@babel/core": "^7.17.4",
    "@babel/eslint-parser": "^7.17.0",
    "@babel/preset-react": "^7.16.7",
    "husky": "3.0.0",
    "lint-staged": "10.5.4",
    "npm-run-all": "^4.1.5",
    "prettier": "^2.5.1"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "lint-staged": {
    "*.{js,md,css,scss,yaml,yml}": [
      "prettier --write"
    ]
  },
  "engines": {
    "node": ">=14.19.1 <=18.x.x",
    "npm": ">=6.0.0"
  },
  "keywords": [
    "strapi",
    "paypal",
    "checkout",
    "payment",
    "subscribe",
    "charge",
    "intent",
    "merchant",
    "credit",
    "debit",
    "card pay",
    "google pay",
    "secure payment",
    "payment integration",
    "digital payment",
    "e-commerce",
    "paypal nodejs",
    "paypal javascript",
    "payment processing",
    "pay",
    "via paypal",
    "element",
    "online payment",
    "headless CMS",
    "secure payment",
    "open-source",
    "subscribe",
    "gateway"
  ],
  "license": "MIT"
}
