@0x1js/tailwind-handler
Version:
Lightning-fast Tailwind CSS processor achieving <50ms builds through intelligent caching and incremental processing. Built for Bun 1.2+ with native performance optimizations.
80 lines • 2.05 kB
JSON
{
"name": "@0x1js/tailwind-handler",
"version": "0.0.2",
"description": "Lightning-fast Tailwind CSS processor achieving <50ms builds through intelligent caching and incremental processing. Built for Bun 1.2+ with native performance optimizations.",
"type": "module",
"main": "./dist/TailwindHandler.js",
"types": "./dist/TailwindHandler.d.ts",
"exports": {
".": {
"import": "./dist/TailwindHandler.js",
"types": "./dist/TailwindHandler.d.ts"
}
},
"files": [
"dist",
"README.md",
"LICENSE"
],
"scripts": {
"build": "bun build ./TailwindHandler.ts --outdir=dist --target=bun --format=esm --minify",
"dev": "bun build ./TailwindHandler.ts --outdir=dist --target=bun --format=esm --watch",
"test": "bun test",
"prepublishOnly": "bun run build",
"clean": "rm -rf dist",
"check": "bun check TailwindHandler.ts"
},
"keywords": [
"tailwind",
"css",
"bun",
"performance",
"build-tools",
"0x1",
"caching",
"fast",
"framework"
],
"author": "0x1 Framework <team@0x1.onl>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/0x1-tools/0x1-framework.git",
"directory": "packages/tailwind-handler"
},
"homepage": "https://0x1.onl/docs/tailwind-handler",
"bugs": {
"url": "https://github.com/0x1-tools/0x1-framework/issues"
},
"engines": {
"bun": ">=1.2.6"
},
"peerDependencies": {
"bun": ">=1.2.6"
},
"dependencies": {},
"devDependencies": {
"@types/bun": "latest",
"typescript": "^5.3.0"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/0x1-tools"
},
"performance": {
"target": "<50ms",
"cached": "<5ms",
"improvement": "98% faster than TailwindCSS v4"
},
"0x1": {
"experimental": true,
"buildOptimized": true,
"bunVersion": "1.2.6+",
"cacheEnabled": true,
"incrementalProcessing": true
}
}