zips-typescript-sdk
Version:
TypeScript SDK for ZIPS Payment Gateway - Complete payment solution for server-side applications
56 lines (55 loc) • 1.23 kB
JSON
{
"name": "zips-typescript-sdk",
"version": "1.1.0",
"description": "TypeScript SDK for ZIPS Payment Gateway - Complete payment solution for server-side applications",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/",
"README.md",
"CHANGELOG.md"
],
"scripts": {
"build": "tsc",
"prepublishOnly": "npm run build",
"clean": "rm -rf dist/",
"rebuild": "npm run clean && npm run build",
"test": "echo \"Tests will be added\" && exit 0"
},
"keywords": [
"zips",
"payment",
"gateway",
"typescript",
"server-side",
"gambia",
"zigtech",
"fintech",
"sdk",
"backend"
],
"author": "ZigTech Solutions",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/zigtech/zips-typescript-sdk.git"
},
"bugs": {
"url": "https://github.com/zigtech/zips-typescript-sdk/issues"
},
"homepage": "https://github.com/zigtech/zips-typescript-sdk#readme",
"dependencies": {
"axios": "^1.7.7"
},
"devDependencies": {
"@types/node": "^20.0.0",
"typescript": "^5.0.0"
},
"engines": {
"node": ">=16",
"npm": ">=7"
},
"publishConfig": {
"access": "public"
}
}