UNPKG

paypal-node-api

Version:

Unofficial API to make working with paypal bearable

35 lines (34 loc) 774 B
{ "name": "paypal-node-api", "version": "0.1.5", "description": "Unofficial API to make working with paypal bearable", "keywords": [ "paypal", "node", "rest-api", "rest", "paypal-rest-api", "paypal-rest", "paypal-node-sdk" ], "repository": { "type": "git", "url": "git+https://github.com/YassienW/paypal-node-api.git" }, "bugs": { "url": "https://github.com/YassienW/paypal-node-api/issues" }, "homepage": "https://github.com/YassienW/paypal-node-api#readme", "main": "src/PaypalClient.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Yassien", "license": "ISC", "dependencies": { "axios": "^0.19.0" }, "devDependencies": { "eslint": "^6.5.1" } }