paypal-checkout.js/package.json

37 lines
873 B
JSON
Raw Normal View History

2021-10-09 23:10:40 +00:00
{
"name": "@root/paypal-checkout",
2021-10-23 22:09:05 +00:00
"version": "0.3.1",
2021-10-09 23:10:40 +00:00
"description": "A more sensible, human-generated wrapper for the PayPal Checkout REST API",
"main": "paypal-checkout.js",
2021-10-17 05:26:55 +00:00
"files": [
"lib"
],
2021-10-09 23:10:40 +00:00
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/therootcompany/paypal-checkout.js.git"
},
2021-10-17 05:26:55 +00:00
"keywords": [
"paypal",
"checkout",
"sdk",
"rest",
"api",
"subscriptions"
],
2021-10-17 05:26:44 +00:00
"author": "AJ ONeal <aj@therootcompany.com> (https://therootcompany.com/)",
"license": "SEE LICENSE IN LICENSE",
2021-10-09 23:10:40 +00:00
"bugs": {
"url": "https://github.com/therootcompany/paypal-checkout.js/issues"
},
"homepage": "https://github.com/therootcompany/paypal-checkout.js#readme",
"devDependencies": {
"dotenv": "^10.0.0"
},
"dependencies": {
"@root/request": "^1.7.0"
}
}