{
	"name": "ashlar",
	"version": "0.1.1",
	"type": "module",
	"private": false,
	"license": "MIT",
	"sideEffects": false,
	"description": "Terminal UI framework for Solid 2.0 - universal renderer, pure-TS Yoga flexbox, differential ANSI output.",
	"repository": {
		"type": "git",
		"url": "git+https://gitcafe.dev/versecafe/ashlar.git"
	},
	"homepage": "https://app.gitcafe.dev/versecafe/ashlar",
	"bugs": {
		"url": "https://app.gitcafe.dev/versecafe/ashlar/issues"
	},
	"main": "./dist/index.js",
	"module": "./dist/index.js",
	"types": "./dist/index.d.ts",
	"files": [
		"dist",
		"src",
		"scripts/solid-plugin.ts",
		"scripts/preload.ts",
		"jsx-runtime.d.ts",
		"!src/**/*.test.ts",
		"!src/**/*.test.tsx",
		"README.md",
		"LICENSE"
	],
	"exports": {
		".": {
			"solid": "./dist/index.jsx",
			"types": "./dist/index.d.ts",
			"import": "./dist/index.js",
			"default": "./dist/index.js"
		},
		"./ui": {
			"solid": "./dist/ui/index.jsx",
			"types": "./dist/ui/index.d.ts",
			"import": "./dist/ui/index.js",
			"default": "./dist/ui/index.js"
		},
		"./animation": {
			"solid": "./dist/animation/index.jsx",
			"types": "./dist/animation/index.d.ts",
			"import": "./dist/animation/index.js",
			"default": "./dist/animation/index.js"
		},
		"./preload": "./scripts/preload.ts",
		"./bun-plugin": "./scripts/solid-plugin.ts",
		"./jsx-runtime": "./jsx-runtime.d.ts",
		"./jsx-dev-runtime": "./jsx-runtime.d.ts",
		"./package.json": "./package.json"
	},
	"scripts": {
		"fix": "bun biome check . --write",
		"lint": "bun biome check .",
		"test": "bun test --conditions browser --conditions development",
		"test:prod": "bun test",
		"typecheck": "tsgo --noEmit",
		"build": "bun run scripts/build.ts",
		"verify:pack": "bun run scripts/verify-pack.ts",
		"demo": "bun run ./demo/src/main.tsx",
		"prepublishOnly": "bun run build"
	},
	"peerDependencies": {
		"solid-js": "2.0.0-beta.14"
	},
	"devDependencies": {
		"@babel/core": "7.29.7",
		"@babel/preset-typescript": "7.29.7",
		"@biomejs/biome": "2.4.16",
		"@total-typescript/ts-reset": "0.6.1",
		"@types/babel__core": "7.20.5",
		"@typescript/native-preview": "7.0.0-dev.20260527.2",
		"babel-preset-solid": "2.0.0-beta.14",
		"bun-types": "latest",
		"solid-js": "2.0.0-beta.14",
		"typescript": "6.0.3"
	}
}
