{
	"name": "ink-divider",
	"version": "2.3.2",
	"description": "Divider component for Ink",
	"license": "MIT",
	"type": "module",
	"repository": {
		"type": "git",
		"url": "https://github.com/JureSotosek/ink-divider"
	},
	"author": {
		"name": "Jure Sotosek",
		"email": "jure.sotosek@gmail.com",
		"url": "https://github.com/JureSotosek"
	},
	"module": "src/index.tsx",
	"main": "dist/index.js",
	"types": "dist/index.d.ts",
	"scripts": {
		"lint": "biome check --fix",
		"format": "biome format --write .",
		"test": "FORCE_COLOR=true bun test",
		"preversion": "bun run test && bun run format && git add .",
		"build": "bun build ./src/index.tsx  --minify --outdir ./dist --target node --external=yoga-wasm-web",
		"postbuild": "bunx --bun tsc -p ./tsconfig.declarations.json",
		"prepublishOnly": "bun run build",
		"prepare": "husky",
		"examples:basic": "bun ./examples/basic.tsx",
		"examples:advanced": "bun ./examples/advanced.tsx",
		"examples:auto-grow": "bun ./examples/auto-grow.tsx",
		"examples": "bun run examples:basic && echo && bun run examples:advanced && echo && bun run examples:auto-grow"
	},
	"dependencies": {
		"ink": "^5.1.0",
		"react": "^18.3.1",
		"yoga-wasm": "^0.0.2"
	},
	"devDependencies": {
		"@biomejs/biome": "1.9.4",
		"@types/bun": "^1.1.14",
		"@types/react": "^18.3.14",
		"changelogen": "^0.5.7",
		"husky": "^9.1.6",
		"ink-testing-library": "^4.0.0",
		"lint-staged": "^15.2.10",
		"typescript": "^5.7.2"
	},
	"lint-staged": {
		"*": "bun run format"
	},
	"patchedDependencies": {
		"ink@5.1.0": "patches/ink@5.1.0.patch"
	},
	"keywords": ["ink", "ink-component", "ink-divider", "ink-cli"],
	"trustedDependencies": ["@biomejs/biome"]
}
