{
	"type": "module",
	"private": true,
	"name": "@musepi/typescript-edit-benchmark",
	"version": "0.4.4",
	"description": "Edit benchmark suite using TypeScript source code mutations",
	"homepage": "https://github.com/MuseLinn/MusePi",
	"author": "MuseLinn",
	"license": "MIT",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/MuseLinn/MusePi.git",
		"directory": "packages/typescript-edit-benchmark"
	},
	"exports": {
		"./*": {
			"types": "./src/*.ts",
			"import": "./src/*.ts"
		},
		"./*.js": "./src/*.ts"
	},
	"scripts": {
		"check": "biome check . && bun run check:types",
		"check:types": "tsgo -p tsconfig.json --noEmit",
		"lint": "biome lint .",
		"test": "bun test --parallel",
		"fix": "biome check --write --unsafe .",
		"fmt": "biome format --write .",
		"generate": "bun run src/generate.ts --typescript-dir /tmp/pi-mono-source --count-per-type 4"
	},
	"dependencies": {
		"@babel/generator": "^7.29.7",
		"@babel/parser": "^7.29.7",
		"@babel/traverse": "7.29.7",
		"@babel/types": "7.29.7",
		"@musepi/hashline": "workspace:*",
		"@musepi/pi-agent-core": "workspace:*",
		"@musepi/pi-utils": "workspace:*",
		"diff": "^9.0.0",
		"@musepi/pi-natives": "workspace:*",
		"prettier": "^3.9.5",
		"regexp-tree": "^0.1.27",
		"@musepi/pi-ai": "workspace:*",
		"@musepi/pi-tui": "workspace:*",
		"@musepi/pi-coding-agent": "workspace:*"
	},
	"devDependencies": {
		"@types/babel__generator": "^7.27.0",
		"@types/babel__traverse": "^7.28.0",
		"@types/bun": "^1.3.14"
	},
	"engines": {
		"bun": ">=1.3.14"
	}
}