{
	"name": "@abacatepay/typebox",
	"version": "1.0.1",
	"description": "Official TypeBox schemas for the AbacatePay API, including requests, responses, and webhooks.",
	"type": "module",
	"sideEffects": false,
	"license": "Apache-2.0",
	"author": {
		"name": "AbacatePay",
		"email": "opensource@abacatepay.com",
		"url": "https://abacatepay.com"
	},
	"maintainers": [
		{
			"name": "Almeida",
			"url": "https://github.com/almeidazs"
		}
	],
	"exports": {
		".": {
			"types": "./dist/index.d.ts",
			"import": "./dist/index.js",
			"default": "./dist/index.js"
		},
		"./v1": {
			"import": "./dist/v1/index.js",
			"types": "./dist/v1/index.d.ts"
		},
		"./v1/*": {
			"import": "./dist/v1/*.js",
			"types": "./dist/v1/*.d.ts"
		},
		"./v2": {
			"import": "./dist/v2/index.js",
			"types": "./dist/v2/index.d.ts"
		},
		"./v2/*": {
			"import": "./dist/v2/*.js",
			"types": "./dist/v2/*.d.ts"
		},
		"./v*": null
	},
	"typesVersions": {
		"*": {
			"v1": [
				"dist/v1/index.d.ts"
			],
			"v2": [
				"dist/v2/index.d.ts"
			]
		}
	},
	"main": "./dist/index.js",
	"types": "./dist/index.d.ts",
	"files": [
		"dist"
	],
	"scripts": {
		"test": "bun test",
		"build": "rm -rf dist && bun run gen:version && tsc",
		"types": "bunx tsc --emitDeclarationOnly",
		"prepublishOnly": "bun run build",
		"gen:version": "bun run scripts/version.ts"
	},
	"engines": {
		"node": ">=18",
		"bun": ">=1.0.0"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/AbacatePay/ecosystem.git"
	},
	"keywords": [
		"abacatepay",
		"payments",
		"typebox",
		"api",
		"typescript"
	],
	"publishConfig": {
		"access": "public"
	},
	"devDependencies": {
		"@biomejs/biome": "^2.3.11",
		"typescript": "^5.0.0"
	},
	"peerDependencies": {
		"@sinclair/typebox": "^0.34.47",
		"typescript": "^5"
	}
}
