{
  "name": "@paycargo/js-react",
  "version": "0.2.7",
  "description": "Paycargo Wrapper component our Express Payment Solutions",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "types": "dist/types/index.d.ts",
  "directories": {
    "lib": "lib"
  },
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "npm run tsc",
    "watch": "tsc -p . -w",
    "tsc": "tsc -p ."
  },
  "keywords": [
    "PayCargo",
    "react",
    "Payment",
    "Portable",
    "Solutions"
  ],
  "author": "a.morejon",
  "license": "ISC",
  "devDependencies": {
    "@types/node": "^20.14.2",
    "@types/react": "^18.3.3",
    "@types/react-dom": "^18.3.0",
    "prettier": "^2.8.8",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "typescript": "^5.2.2"
  },
  "dependencies": {
    "@paycargo/js": "^0.7.9"
  }
}
