{
		"name": "@sctlib/tree-web",
		"version": "0.0.4",
		"description": "",
		"type": "module",
		"main": "src/index.js",
		"bin": {
				"tree-web": "src/index.js"
		},
		"scripts": {
				"test": "echo \"Error: no test specified\" && exit 1",
				"build": "node src/index.js",
				"serve": "npx serve out"
		},
		"repository": {
				"type": "git",
				"url": "git+ssh://git@gitlab.com/sctlib/tree-web.git"
		},
		"author": "",
		"license": "ISC",
		"bugs": {
				"url": "https://gitlab.com/sctlib/tree-web/issues"
		},
		"homepage": "https://gitlab.com/sctlib/tree-web#readme",
		"dependencies": {
				"jsdom": "^21.1.0"
		},
		"bundledDependencies": [
				"jsdom"
		]
}
