{
	"name": "aba-payway",
	"version": "0.2.2",
	"description": "Type-safe TypeScript SDK for ABA PayWay — Cambodia's #1 payment gateway",
	"type": "module",
	"main": "./dist/index.cjs",
	"module": "./dist/index.js",
	"types": "./dist/index.d.ts",
	"exports": {
		".": {
			"import": {
				"types": "./dist/index.d.ts",
				"default": "./dist/index.js"
			},
			"require": {
				"types": "./dist/index.d.cts",
				"default": "./dist/index.cjs"
			}
		}
	},
	"files": [
		"dist"
	],
	"scripts": {
		"build": "tsup",
		"test": "vitest run",
		"test:watch": "vitest",
		"typecheck": "tsc --noEmit && tsc --noEmit -p tsconfig.test.json",
		"lint": "biome check .",
		"lint:fix": "biome check --write .",
		"prepublishOnly": "bun run build"
	},
	"keywords": [
		"aba",
		"payway",
		"aba-payway",
		"cambodia",
		"payment",
		"payment-gateway",
		"typescript",
		"sdk",
		"khqr",
		"qr-payment",
		"checkout",
		"aba-bank",
		"nodejs",
		"fintech",
		"cambodia-payment",
		"bun",
		"deno",
		"esm",
		"cloudflare-workers"
	],
	"engines": {
		"node": ">=18.0.0"
	},
	"sideEffects": false,
	"license": "MIT",
	"author": "Joselay",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/Joselay/aba-payway.git"
	},
	"homepage": "https://github.com/Joselay/aba-payway#readme",
	"bugs": {
		"url": "https://github.com/Joselay/aba-payway/issues"
	},
	"devDependencies": {
		"@biomejs/biome": "^2.4.4",
		"@types/bun": "latest",
		"tsup": "^8.5.1",
		"typescript": "^5.9.3",
		"vitest": "^4.0.18"
	}
}
