@getopenpay/client
Version:
OpenPay API TypeScript SDK
28 lines (27 loc) • 570 B
JSON
{
"name": "@getopenpay/client",
"version": "0.0.17",
"description": "OpenPay API TypeScript SDK",
"author": "OpenPay <info@getopenpay.com> (https://getopenpay.com)",
"keywords": [
"openpay",
"payments"
],
"dependencies": {
"crypto-js": "^4.2.0"
},
"devDependencies": {
"typescript": "^5.5.3",
"@types/crypto-js": "^4.2.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"build": "tsc"
},
"type": "commonjs"
}