18 lines
324 B
JSON
18 lines
324 B
JSON
{
|
|
"name": "payment-integration-scripts",
|
|
"version": "1.0.0",
|
|
"description": "Helper scripts for SePay and Polar payment integration",
|
|
"scripts": {
|
|
"test": "node test-scripts.js"
|
|
},
|
|
"keywords": [
|
|
"payment",
|
|
"sepay",
|
|
"polar",
|
|
"webhook",
|
|
"checkout"
|
|
],
|
|
"author": "",
|
|
"license": "MIT"
|
|
}
|