@thi.ng/meta-css
Version:
Data-driven CSS framework codegen, transpiler & bundler
117 lines • 3.04 kB
JSON
{
"name": "@thi.ng/meta-css",
"version": "0.19.23",
"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.12.1",
"@thi.ng/args": "^2.9.2",
"@thi.ng/arrays": "^2.13.10",
"@thi.ng/checks": "^3.7.17",
"@thi.ng/compare": "^2.4.27",
"@thi.ng/errors": "^2.5.41",
"@thi.ng/file-io": "^2.2.8",
"@thi.ng/hiccup-css": "^2.7.63",
"@thi.ng/logger": "^3.1.16",
"@thi.ng/memoize": "^4.0.25",
"@thi.ng/rstream": "^9.2.39",
"@thi.ng/strings": "^3.9.21",
"@thi.ng/text-format": "^2.2.40",
"@thi.ng/transducers": "^9.6.8"
},
"devDependencies": {
"@types/node": "^24.1.0",
"esbuild": "^0.25.8",
"typedoc": "^0.28.9",
"typescript": "^5.9.2"
},
"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": "f6ebc1302dc9211d588293aa0897173c6e54f4e5\n"
}