{
	"name": "@jannael/glinter",
	"version": "1.3.0",
	"description": "A high-performance, transparent Git wrapper with interactive staging",
	"type": "module",
	"private": false,
	"license": "MIT",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/Jannael/Glinter.git"
	},
	"author": {
		"name": "Jannael",
		"url": "https://github.com/jannael"
	},
	"homepage": "https://glinter.jannael.com",
	"bugs": {
		"url": "https://github.com/jannael/glinter/issues"
	},
	"publishConfig": {
		"access": "public"
	},
	"keywords": [
		"git",
		"cli",
		"wrapper",
		"interactive",
		"staging"
	],
	"files": [
		"dist"
	],
	"exports": {
		".": "./dist/index.js"
	},
	"scripts": {
		"build": "bun build ./apps/cli/index.ts --outfile=./dist/index.js --target=bun",
		"prepublishOnly": "bun run build",
		"test": "bun test",
		"type-check": "bunx tsc --noEmit",
		"lint": "eslint .",
		"lint:fix": "eslint --fix .",
		"fmt": "prettier --write .",
		"fmt:check": "prettier --check .",
		"prepare": "husky"
	},
	"bin": {
		"g": "dist/index.js"
	},
	"engines": {
		"bun": ">=1.0.0"
	},
	"devDependencies": {
		"@eslint/js": "10.0.1",
		"@types/bun": "1.3.14",
		"eslint": "10.5.0",
		"eslint-plugin-astro": "2.0.0",
		"husky": "9.1.7",
		"lint-staged": "17.0.8",
		"prettier": "3.8.4",
		"prettier-plugin-astro": "0.14.1",
		"prettier-plugin-tailwindcss": "0.8.0",
		"typescript-eslint": "8.62.0",
		"wrangler": "4.104.0"
	},
	"peerDependencies": {
		"bun": "1.3.14",
		"typescript": "6.0.3"
	},
	"dependencies": {
		"@clack/prompts": "1.6.0"
	}
}
