{
	"name": "@pax2pay/model-banking",
	"version": "0.1.609",
	"description": "Library containing data model types and functions for the Pax2Pay Banking API.",
	"author": "Pax2Pay Ltd",
	"license": "MIT",
	"repository": "https://github.com/pax2pay/model-banking",
	"bugs": {
		"url": "https://github.com/pax2pay/model-banking/issues"
	},
	"homepage": "https://pax2pay.com",
	"private": false,
	"type": "module",
	"module": "./dist/mjs/index.js",
	"types": "./dist/types/index.d.ts",
	"exports": {
		".": {
			"import": {
				"types": "./dist/types/index.d.ts",
				"default": "./dist/mjs/index.js"
			},
			"require": {
				"types": "./dist/types/index.d.ts",
				"default": "./dist/cjs/index.js"
			}
		}
	},
	"git": {
		"tagName": "v${version}"
	},
	"github": {
		"release": true
	},
	"scripts": {
		"lint": "eslint --max-warnings=0 '**/*.{ts,tsx}'",
		"fix": "eslint '**/*.{ts,tsx}' --fix",
		"build": "rimraf dist/* && tsc -p tsconfig.mjs.json && tsc -p tsconfig.cjs.json",
		"test": "vitest --run",
		"coverage": "vitest --coverage",
		"prepare": "npm run build",
		"clean": "rimraf dist node_modules coverage"
	},
	"overrides": {
		"esbuild": ">=0.25.0"
	},
	"devDependencies": {
		"@cloudflare/workers-types": "^4.20260405.1",
		"@typescript-eslint/eslint-plugin": "8.44.1",
		"@typescript-eslint/parser": "8.44.1",
		"@vitest/coverage-v8": "4.1.3",
		"eslint": "^8.57.1",
		"eslint-config-prettier": "^10.1.8",
		"eslint-plugin-prettier": "^5.5.5",
		"eslint-plugin-simple-import-sort": "^12.1.1",
		"prettier": "3.8.1",
		"rimraf": "^6.1.3",
		"typescript": "^5.9.3",
		"vitest": "4.1.3"
	},
	"dependencies": {
		"authly": "^3.1.2",
		"cloudly-http": "^0.1.7",
		"cloudly-storage": "^0.10.16",
		"cryptly": "^4.0.6",
		"gracely": "^2.0.13",
		"isly": "0.1.20",
		"isly2": "npm:isly@1.3.0",
		"isoly": "3.0.6",
		"isoly2": "npm:isoly@3.1.3",
		"selectively": "^2.0.15",
		"slackly": "0.0.6",
		"typedly": "0.0.27",
		"zod": "4.1.13"
	}
}
