{
  "name": "@rokmohar/medusa-payment-manual",
  "version": "1.0.2",
  "description": "Manual payment plugin for Medusa 2",
  "main": "dist/index.js",
  "files": [
    "dist"
  ],
  "engines": {
    "node": ">=20"
  },
  "author": "Rok Mohar",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/rokmohar/medusa-payment-manual.git"
  },
  "scripts": {
    "test": "jest --passWithNoTests src",
    "test:integration": "jest --forceExit -- integration-tests/**/__tests__/**/*.spec.ts",
    "build": "rimraf dist && tsc --build ./tsconfig.json",
    "watch": "tsc --watch",
    "lint": "eslint --ext .js,.ts src --cache --cache-strategy content",
    "lint:fix": "eslint --ext .js,.ts src --fix --cache --cache-strategy content",
    "typecheck": "tsc --noEmit --pretty --project tsconfig.json",
    "format": "prettier --check \"**/*.{ts,tsx,js,jsx,json,md}\" --cache --cache-strategy content --log-level warn",
    "format:fix": "prettier --write \"**/*.{ts,tsx,js,jsx,json,md}\" --cache --cache-strategy content --log-level warn"
  },
  "devDependencies": {
    "@medusajs/types": "^2.5.0",
    "@typescript-eslint/eslint-plugin": "^8.21.0",
    "@typescript-eslint/parser": "^8.21.0",
    "axios": "^1.7.9",
    "cross-env": "^5.2.1",
    "eslint": "^8",
    "eslint-config-prettier": "^10.0.1",
    "eslint-plugin-prettier": "^5.2.3",
    "jest": "^29.7.0",
    "prettier": "^3.4.2",
    "rimraf": "^5.0.10",
    "typescript": "^5"
  },
  "dependencies": {
    "@medusajs/modules-sdk": "^2.5.0",
    "@medusajs/utils": "^2.5.0"
  },
  "peerDependencies": {
    "awilix": "^8.0.1"
  },
  "keywords": [
    "medusa",
    "medusa-plugin",
    "medusa-payment",
    "medusa-payment-manual"
  ],
  "packageManager": "yarn@1.22.22+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610"
}
