{
	"name": "@e280/quay",
	"version": "0.0.0-2",
	"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": {
		"@benev/slate": "^0.3.5",
		"@e280/kv": "^0.0.0-7",
		"@e280/stz": "^0.0.0-22"
	},
	"devDependencies": {
		"@benev/turtle": "^0.6.13",
		"@e280/science": "^0.0.5",
		"@shoelace-style/shoelace": "^2.20.1",
		"http-server": "^14.1.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 _turtlewatch",
		"test": "node x/tests.test.js",
		"test-watch": "node --watch x/tests.test.js",
		"test-inspect": "node inspect x/tests.test.js",
		"_code": "turtle build --out=x",
		"_ssg": "turtle ssg --in=s,x --out=x",
		"_http": "http-server x",
		"_turtlewatch": "turtle watch --in=s,x --out=x -v",
		"_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"
	}
}
