{
	"private": false,
	"name": "intershell",
	"version": "0.6.3",
	"description": "Bun-first TypeScript library of monorepo entities (commits, packages, versioning, tags, affected, compose, config).",
	"license": "MIT",
	"author": "Soheil Movahedan <soheil.movahedan@gmail.com>",
	"repository": {
		"type": "git",
		"url": "https://github.com/movahedan/intershell.git"
	},
	"bugs": {
		"url": "https://github.com/movahedan/intershell/issues"
	},
	"homepage": "https://github.com/movahedan/intershell#readme",
	"packageManager": "bun@1.3.1",
	"engines": {
		"bun": ">=1.0.0"
	},
	"type": "module",
	"main": "./dist/index.js",
	"module": "./dist/index.js",
	"types": "./dist/index.d.ts",
	"exports": {
		".": "./dist/index.js"
	},
	"files": [
		"dist",
		"src",
		"README.md",
		"docs"
	],
	"scripts": {
		"postinstall": "bun run lefthook install",
		"typecheck": "tsc --noEmit",
		"build": "rm -rf dist && tsc -p tsconfig.build.json",
		"lint": "biome check .",
		"test": "bun test --max-concurrency=1",
		"check": "bun run lint --fix && bun run typecheck && bun run test && bun run build",
		"commit:check": "bun run ./src/commit-check.ts",
		"version:prepare": "bun run ./scripts/version/prepare.ts",
		"version:apply": "bun run ./scripts/version/apply.ts",
		"version:publish": "bun run ./scripts/version/publish.ts"
	},
	"keywords": [
		"monorepo",
		"turborepo",
		"entities",
		"conventional-commits",
		"changelog",
		"semantic-versioning",
		"git-tags",
		"typescript",
		"bun"
	],
	"devDependencies": {
		"@biomejs/biome": "2.1.2",
		"@types/bun": "^1.3.14",
		"bun": "^1.3.14",
		"lefthook": "1.12.4",
		"typescript": "5.9.3"
	},
	"peerDependencies": {
		"turbo": "2.5.8"
	}
}
