UNPKG

paypal-button-react

Version:

React.js implementation of PayPal's Smart Payment Buttons

60 lines (59 loc) 1.53 kB
{ "name": "paypal-button-react", "version": "1.1.3", "description": "React.js implementation of PayPal's Smart Payment Buttons", "main": "build/index.js", "module": "build/index.es.js", "jsnext:main": "build/index.es.js", "scripts": { "build": "rollup -c", "test": "react-scripts test --env=jsdom" }, "files": [ "build" ], "jest": { "preset": "ts-jest", "testEnvironment": "jsdom" }, "repository": { "type": "git", "url": "git+https://github.com/CodyCline/paypal-react.git" }, "keywords": [ "react", "paypal", "PayPal", "React.js", "component", "Smart", "Payment", "Buttons" ], "author": "Cody Cline", "license": "MIT", "bugs": { "url": "https://github.com/CodyCline/paypal-react/issues" }, "homepage": "https://github.com/CodyCline/paypal-react#readme", "peerDependencies": { "react": "^16.8.0", "react-dom": "^16.8.0" }, "devDependencies": { "@types/jest": "^24.0.17", "@types/react": "^16.9.1", "@types/react-dom": "^16.8.5", "@types/react-test-renderer": "^16.9.0", "react": "^16.9.0", "react-dom": "^16.9.0", "react-scripts-ts": "^3.1.0", "react-test-renderer": "^16.9.0", "rollup": "^1.16.3", "rollup-plugin-commonjs": "^10.0.1", "rollup-plugin-node-resolve": "^5.2.0", "rollup-plugin-peer-deps-external": "^2.2.0", "rollup-plugin-typescript2": "^0.21.2", "typescript": "^3.5.2" } }