{
	"name": "@e280/quay",
	"version": "0.0.0-15",
	"description": "File-browser and outliner UI for the web",
	"author": "Przemysław Gałęzki",
	"license": "MIT",
	"type": "module",
	"main": "x/index.js",
	"files": [
		"x",
		"s"
	],
	"dependencies": {
		"@awasm/noble": "^0.1.4",
		"@e280/kv": "^0.0.0-7",
		"@e280/scute": "^0.4.0-next.4",
		"@e280/sly": "^0.4.0-next.5",
		"@e280/strata": "^0.4.0-next.8",
		"@e280/stz": "^0.0.0-22",
		"lit": "^3.3.1"
	},
	"devDependencies": {
		"@e280/hottie": "^0.1.1",
		"@e280/science": "^0.0.5",
		"@shoelace-style/shoelace": "^2.20.1",
		"npm-run-all": "^4.1.5",
		"typescript": "^5.8.3"
	},
	"scripts": {
		"build": "rm -rf x && mkdir x && run-s _code _ssg _ln",
		"start": "run-p _http _tscwatch _scutewatch",
		"test": "node x/tests.test.js",
		"test-watch": "node --watch x/tests.test.js",
		"test-inspect": "node inspect x/tests.test.js",
		"_code": "tsc",
		"_ssg": "scute --in=s,x --out=x",
		"_http": "hottie x",
		"_tscwatch": "tsc -w",
		"_scutewatch": "scute --in=s,x --out=x -vw",
		"_ln": "run-s _ln:s _ln:assets",
		"_ln:s": "ln -s \"$(realpath s)\" x/s",
		"_ln:assets": "ln -s \"$(realpath assets)\" x/assets",
		"count": "find s -path '*/_archive' -prune -o -name '*.ts' -exec wc -l {} +"
	},
	"keywords": [
		"opfs",
		"file browser",
		"web components",
		"outliner",
		"drag and drop",
		"web ui"
	],
	"repository": {
		"type": "git",
		"url": "git+https://github.com/e280/quay.git"
	},
	"homepage": "https://github.com/e280/quay#readme",
	"bugs": {
		"url": "https://github.com/e280/quay/issues"
	}
}
