{
	"name": "@svar-ui/svelte-toolbar",
	"version": "2.6.0",
	"description": "Svelte toolbar component. Lightweight, customizable, easy-to-use.",
	"productTag": "toolbar",
	"productTrial": false,
	"type": "module",
	"scripts": {
		"build": "vite build",
		"build:dist": "vite build --mode dist",
		"build:tests": "vite build --mode test",
		"lint": "yarn eslint ./demos ./src",
		"start": "vite --open",
		"start:tests": "vite --open=/tests/ --host 0.0.0.0  --port 5100 --mode test",
		"test": "true",
		"test:cypress": "cypress run -P ./ --config \"baseUrl=http://localhost:5100/tests\""
	},
	"svelte": "src/index.js",
	"exports": {
		".": {
			"svelte": "./src/index.js",
			"types": "./types/index.d.ts"
		},
		"./package.json": "./package.json"
	},
	"license": "MIT",
	"repository": {
		"type": "git",
		"url": "https://github.com/svar-widgets/toolbar.git"
	},
	"bugs": {
		"url": "https://forum.svar.dev"
	},
	"homepage": "https://svar.dev/svelte/core/",
	"dependencies": {
		"@svar-ui/svelte-core": "2.6.0",
		"@svar-ui/lib-dom": "0.13.1"
	},
	"files": [
		"src",
		"types",
		"readme.md",
		"whatsnew.md",
		"license.txt"
	],
	"keywords": [
		"svelte",
		"svelte toolbar",
		"toolbar",
		"toolbar component",
		"buttons panel",
		"svar widgets"
	]
}
