{ "name": "@medusajs/payment-stripe", "version": "2.11.2", "description": "Stripe payment provider for Medusa", "main": "dist/index.js", "repository": { "type": "git", "url": "https://github.com/medusajs/medusa", "directory": "packages/modules/providers/payment-stripe" }, "files": [ "dist", "!dist/**/__tests__", "!dist/**/__mocks__", "!dist/**/__fixtures__" ], "engines": { "node": ">=20" }, "author": "Medusa", "license": "MIT", "scripts": { "test": "../../../../node_modules/.bin/jest --passWithNoTests src", "build": "yarn run -T rimraf dist && yarn run -T tsc --build ./tsconfig.json", "watch": "yarn run -T tsc --watch" }, "devDependencies": { "@medusajs/framework": "2.11.2" }, "peerDependencies": { "@medusajs/framework": "2.11.2" }, "dependencies": { "stripe": "^15.5.0" }, "gitHead": "81a7ff73d012fda722f6e9ef0bd9ba0232d37808", "keywords": [ "medusa-plugin", "medusa-plugin-payment" ] }