@aajsa/moyasar-client
Version:
A lightweight and type-safe TypeScript client for interacting with Moyasar Payment Gateway APIs.
53 lines (52 loc) • 1.11 kB
JSON
{
"name": "@aajsa/moyasar-client",
"type": "module",
"version": "0.7.7",
"description": "A lightweight and type-safe TypeScript client for interacting with Moyasar Payment Gateway APIs.",
"keywords": [
"client",
"moyasar",
"fetch",
"client",
"moyasar-api"
],
"license": "MIT",
"author": {
"name": "aazjsa",
"email": "aaj.dev@aaj.sa"
},
"homepage": "https://github.com/aajsa/moyasar-client#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/aajsa/moyasar-client.git",
"directory": "packages/moyasar-client"
},
"exports": {
"./package.json": "./package.json",
".": {
"import": "./dist/index.js",
"require": "./dist/index.cjs"
},
"./types": {
"types": "./dist/types.d.ts"
}
},
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.cts",
"files": [
"LICENSE.md",
"dist"
],
"sideEffects": false,
"scripts": {
"build": "tsdown",
"prepublish": "bunx bump && bun run build && bun publish --access public"
},
"peerDependencies": {
"zod": "^3.25.67"
},
"devDependencies": {
"zod": "^3.25.67"
}
}