{
	"type": "module",
	"name": "@gajae-code/utils",
	"version": "0.17.4",
	"description": "Shared utilities for pi packages",
	"homepage": "https://gajae-code.com",
	"author": "Yeachan-Heo",
	"license": "MIT",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/Yeachan-Heo/gajae-code.git",
		"directory": "packages/utils"
	},
	"bugs": {
		"url": "https://github.com/Yeachan-Heo/gajae-code/issues"
	},
	"keywords": [
		"utilities",
		"cli",
		"logging",
		"streams"
	],
	"main": "./src/index.ts",
	"types": "./dist/types/index.d.ts",
	"scripts": {
		"check": "biome check . && bun run check:types",
		"check:types": "tsc -p tsconfig.json --noEmit",
		"lint": "biome lint .",
		"test": "bun test",
		"fix": "biome check --write --unsafe .",
		"fmt": "biome format --write ."
	},
	"dependencies": {
		"@gajae-code/natives": "0.17.4",
		"beautiful-mermaid": "^1.1.3",
		"handlebars": "^4.7.9",
		"winston": "^3.19.0",
		"winston-daily-rotate-file": "^5.0.0"
	},
	"devDependencies": {
		"@types/bun": "^1.3.14"
	},
	"engines": {
		"bun": ">=1.4.0"
	},
	"files": [
		"src",
		"dist/types"
	],
	"exports": {
		".": {
			"types": "./dist/types/index.d.ts",
			"import": "./src/index.ts"
		},
		"./*": {
			"types": "./dist/types/*.d.ts",
			"import": "./src/*.ts"
		},
		"./*.js": "./src/*.ts"
	}
}
