{
	"name": "nude-element",
	"version": "0.1.3",
	"description": "Composable web component helpers",
	"main": "index.js",
	"files": [
		"src/",
		"!src/util/unused/",
		"index.js",
		"README.md"
	],
	"type": "module",
	"scripts": {
		"eslint": "npx eslint .",
		"eslint:fix": "npx eslint . --fix",
		"build:apidocs": "npx typedoc",
		"watch:apidocs": "npx typedoc --watch --preserveWatchOutput",
		"build": "npm run build:apidocs",
		"watch": "npm run watch:apidocs",
		"test": "npx htest test/index.js",
		"release": "npm login && npx release-it"
	},
	"exports": {
		".": "./src/index.js",
		"./fn": "./src/index-fn.js",
		"./plugins": "./src/plugins/index.js",
		"./plugins/fn": "./src/plugins/index-fn.js"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/nudeui/element.git"
	},
	"keywords": [
		"Web Components"
	],
	"author": "Lea Verou",
	"funding": [
		{
			"type": "individual",
			"url": "https://github.com/sponsors/LeaVerou"
		},
		{
			"type": "opencollective",
			"url": "https://opencollective.com/leaverou"
		}
	],
	"license": "MIT",
	"bugs": {
		"url": "https://github.com/nudeui/element/issues"
	},
	"homepage": "https://github.com/nudeui/element#readme",
	"devDependencies": {
		"@stylistic/eslint-plugin": "^5.6.1",
		"eslint": "^9.39.2",
		"globals": "^16.5.0",
		"htest.dev": "^0.0.23",
		"prettier-plugin-brace-style": "^0.10.1",
		"prettier-plugin-merge": "^0.10.1",
		"prettier-plugin-space-before-function-paren": "^0.1.0",
		"release-it": "^19.2.4",
		"typedoc": "^0.28.18",
		"typedoc-plugin-rename-defaults": "^0.7.3"
	}
}
