{
	"name": "@juicesharp/rpiv-config",
	"version": "1.18.2",
	"description": "Shared config I/O utilities for rpiv-mono sibling packages",
	"keywords": [
		"rpiv",
		"config",
		"shared-utility"
	],
	"type": "module",
	"license": "MIT",
	"author": "juicesharp",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/juicesharp/rpiv-mono.git",
		"directory": "packages/rpiv-config"
	},
	"homepage": "https://github.com/juicesharp/rpiv-mono/tree/main/packages/rpiv-config#readme",
	"bugs": {
		"url": "https://github.com/juicesharp/rpiv-mono/issues"
	},
	"publishConfig": {
		"access": "public"
	},
	"scripts": {
		"test": "vitest run"
	},
	"files": [
		"index.ts",
		"config.ts",
		"CHANGELOG.md"
	],
	"exports": {
		".": "./index.ts"
	},
	"peerDependencies": {
		"typebox": "*"
	}
}
