{
	"name": "@thi.ng/hiccup-css",
	"version": "2.8.4",
	"description": "CSS from nested JS data structures",
	"type": "module",
	"module": "./index.js",
	"typings": "./index.d.ts",
	"sideEffects": false,
	"repository": {
		"type": "git",
		"url": "git+https://codeberg.org/thi.ng/umbrella.git",
		"directory": "packages/hiccup-css"
	},
	"homepage": "https://thi.ng/hiccup-css",
	"funding": [
		{
			"type": "github",
			"url": "https://github.com/sponsors/postspectacular"
		},
		{
			"type": "patreon",
			"url": "https://patreon.com/thing_umbrella"
		},
		{
			"type": "liberapay",
			"url": "https://liberapay.com/thi.ng"
		}
	],
	"author": "Karsten Schmidt (https://thi.ng)",
	"license": "Apache-2.0",
	"scripts": {
		"build": "yarn build:esbuild && yarn build:decl",
		"build:decl": "tsc --declaration --emitDeclarationOnly",
		"build:esbuild": "esbuild --format=esm --platform=neutral --target=es2022 --tsconfig=tsconfig.json --outdir=. src/**/*.ts",
		"clean": "bun ../../tools/src/clean-package.ts",
		"doc": "typedoc --options ../../typedoc.json --out doc src/index.ts",
		"doc:readme": "bun ../../tools/src/module-stats.ts && bun ../../tools/src/readme.ts",
		"pub": "npm publish --access public",
		"test": "bun test",
		"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
	},
	"dependencies": {
		"@thi.ng/api": "^8.12.28",
		"@thi.ng/checks": "^3.11.1",
		"@thi.ng/errors": "^2.6.17",
		"@thi.ng/transducers": "^9.7.0"
	},
	"devDependencies": {
		"esbuild": "^0.28.2",
		"typedoc": "^0.28.20",
		"typescript": "^6.0.3"
	},
	"keywords": [
		"array",
		"browser",
		"codegen",
		"component",
		"css",
		"dsl",
		"export",
		"fileformat",
		"hiccup",
		"json",
		"typescript",
		"ui"
	],
	"publishConfig": {
		"access": "public"
	},
	"engines": {
		"node": ">=18"
	},
	"files": [
		"./*.js",
		"./*.d.ts"
	],
	"exports": {
		".": {
			"default": "./index.js"
		},
		"./animation": {
			"default": "./animation.js"
		},
		"./api": {
			"default": "./api.js"
		},
		"./attribs": {
			"default": "./attribs.js"
		},
		"./comment": {
			"default": "./comment.js"
		},
		"./conditional": {
			"default": "./conditional.js"
		},
		"./css": {
			"default": "./css.js"
		},
		"./font-face": {
			"default": "./font-face.js"
		},
		"./import": {
			"default": "./import.js"
		},
		"./inject": {
			"default": "./inject.js"
		},
		"./keyframes": {
			"default": "./keyframes.js"
		},
		"./media": {
			"default": "./media.js"
		},
		"./namespace": {
			"default": "./namespace.js"
		},
		"./quoted-functions": {
			"default": "./quoted-functions.js"
		},
		"./supports": {
			"default": "./supports.js"
		},
		"./units": {
			"default": "./units.js"
		}
	},
	"thi.ng": {
		"alias": "css",
		"parent": "@thi.ng/hiccup",
		"related": [
			"hiccup-html",
			"hiccup-svg"
		],
		"year": 2016
	},
	"gitHead": "49f8f312fa00c4cb6c864b5c434eb34e774a168e"
}
