{
	"name": "kelpui",
	"version": "1.17.2",
	"description": "A UI library for people who love HTML, powered by modern CSS and Web Components.",
	"keywords": [
		"html",
		"css",
		"javascript",
		"web components",
		"ui",
		"front-end",
		"framework",
		"library",
		"design system",
		"web"
	],
	"homepage": "https://kelpui.com",
	"browser": "./js/kelp.js",
	"style": "./css/kelp.css",
	"author": {
		"name": "Chris Ferdinandi",
		"url": "http://gomakethings.com"
	},
	"license": "SEE LICENSE IN LICENSE.md",
	"repository": {
		"type": "git",
		"url": "http://github.com/cferdinandi/kelp"
	},
	"scripts": {
		"lint": "npx @biomejs/biome check",
		"lint:fix": "npx @biomejs/biome check --write",
		"type": "npx tsc",
		"test": "npx playwright test",
		"check": "npm run lint && npm run type && npm run test",
		"check:fix": "npm run lint:fix && npm run type && npm run test",
		"build": "node ./esbuild.mjs",
		"version": "npm --no-git-tag-version version",
		"start": "http-server",
		"dev": "http-server -o"
	},
	"devDependencies": {
		"@biomejs/biome": "2.0.6",
		"@playwright/test": "^1.53.2",
		"@types/node": "^24.0.10",
		"esbuild": "0.25.6",
		"typescript": "^5.8.3"
	},
	"dependencies": {
		"http-server": "^14.1.1"
	}
}
