@squadco/js
Version:
Simplify the integration process with Squad's comprehensive payment solutions using the Squad JavaScript SDK.
42 lines • 1.07 kB
JSON
{
"name": "@squadco/js",
"description": "Simplify the integration process with Squad's comprehensive payment solutions using the Squad JavaScript SDK. ",
"version": "1.3.7",
"main": "./dist/index.js",
"private": false,
"scripts": {
"test": "bun test --watch",
"publish": "npm publish --access public",
"build": "bun build ./index.ts --declaration --outdir ./dist",
"generate-types": "tsc"
},
"homepage": "https://github.com/Adedoyin-Emmanuel/squad-js-sdk#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/Adedoyin-Emmanuel/squad-js-sdk.git"
},
"keywords": [
"@squadco/js",
"squad-by-habaripay",
"squad-js-sdk",
"squadco",
"squad-payment-gateway"
],
"files": [
"dist/**/*"
],
"author": "Adedoyin Emmanuel Adeniyi",
"license": "ISC",
"bugs": {
"url": "https://github.com/Adedoyin-Emmanuel/methan/issues"
},
"devDependencies": {
"@types/bun": "latest"
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"dependencies": {
"axios": "^1.6.5"
}
}