{
	"name": "true-pg",
	"version": "0.8.0",
	"type": "module",
	"module": "lib/index.js",
	"main": "lib/index.js",
	"bin": {
		"true-pg": "lib/bin.js"
	},
	"files": [
		"lib"
	],
	"homepage": "https://github.com/feathers-studio/true-pg",
	"repository": {
		"type": "git",
		"url": "https://github.com/feathers-studio/true-pg.git"
	},
	"scripts": {
		"check": "tsc --noEmit",
		"build": "rm -rf lib && tsc",
		"prepare": "bun run build"
	},
	"devDependencies": {
		"@types/bun": "latest",
		"@types/pg": "^8.11.13",
		"kysely-pglite": "^0.6.1"
	},
	"peerDependencies": {
		"kysely": "^0.27",
		"typescript": "^5",
		"zod": "^3"
	},
	"dependencies": {
		"@electric-sql/pglite": "^0.2.17",
		"cosmiconfig": "^9.0.0",
		"mri": "^1.2.0",
		"pg": "^8.14.1"
	}
}
