{
  "name": "@thi.ng/meta-css",
  "version": "0.18.9",
  "description": "Data-driven CSS framework codegen, transpiler & bundler",
  "type": "module",
  "module": "./index.js",
  "typings": "./index.d.ts",
  "bin": {
    "metacss": "bin/metacss"
  },
  "sideEffects": false,
  "repository": {
    "type": "git",
    "url": "https://github.com/thi-ng/umbrella.git"
  },
  "homepage": "https://thi.ng/meta-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 clean && bun build --outfile=index.js --target bun --minify --bundle src/index.ts",
    "build:decl": "tsc --declaration --emitDeclarationOnly",
    "build:esbuild": "esbuild --format=esm --platform=node --target=es2022 --tsconfig=tsconfig.json --outdir=. src/**/*.ts",
    "build:specs": "bin/metacss generate --prec 3 -o export/framework.json specs/*.json",
    "clean": "bun ../../tools/src/clean-package.ts",
    "doc": "typedoc --options ../../typedoc.json --out doc src/index.ts",
    "doc:readme": "yarn doc:specs && bun ../../tools/src/module-stats.ts && bun ../../tools/src/readme.ts",
    "doc:specs": "yarn build:specs && bin/metacss doc --level 2 --title NONE -o export/framework.md export/framework.json",
    "pub": "yarn npm publish --access public",
    "test": "bun test",
    "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
  },
  "dependencies": {
    "@thi.ng/api": "^8.11.26",
    "@thi.ng/args": "^2.3.67",
    "@thi.ng/arrays": "^2.10.23",
    "@thi.ng/checks": "^3.7.6",
    "@thi.ng/compare": "^2.4.18",
    "@thi.ng/errors": "^2.5.32",
    "@thi.ng/file-io": "^2.1.35",
    "@thi.ng/hiccup-css": "^2.7.46",
    "@thi.ng/logger": "^3.1.7",
    "@thi.ng/memoize": "^4.0.16",
    "@thi.ng/rstream": "^9.2.18",
    "@thi.ng/strings": "^3.9.11",
    "@thi.ng/text-format": "^2.2.31",
    "@thi.ng/transducers": "^9.2.26"
  },
  "devDependencies": {
    "@types/node": "^22.14.1",
    "esbuild": "^0.25.2",
    "typedoc": "^0.28.2",
    "typescript": "^5.8.3"
  },
  "keywords": [
    "browser",
    "bun",
    "bundler",
    "cli",
    "codegen",
    "compiler",
    "component",
    "css",
    "export",
    "fileformat",
    "generative",
    "generator",
    "json",
    "no-browser",
    "tool",
    "transpiler",
    "typescript",
    "ui"
  ],
  "publishConfig": {
    "access": "public"
  },
  "browser": {
    "process": false,
    "setTimeout": false
  },
  "engines": {
    "node": ">=18"
  },
  "files": [
    "./*.js",
    "./*.d.ts",
    "bin",
    "specs"
  ],
  "exports": {
    ".": {
      "default": "./index.js"
    }
  },
  "thi.ng": {
    "related": [
      "hiccup-css"
    ],
    "status": "alpha",
    "year": 2023
  },
  "gitHead": "c464b6948f92cba90c2ea75b59203dad894fb450\n"
}