UNPKG

postcss-cachify

Version:

PostCSS plugin to replace assets urls with cachified versions.

36 lines (35 loc) 700 B
{ "name": "postcss-cachify", "version": "5.0.0", "description": "PostCSS plugin to replace assets urls with cachified versions.", "keywords": [ "postcss", "css", "postcssplugin", "cachify" ], "author": "Damian Krzeminski <pirxpilot@furkot.com>", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/pirxpilot/postcss-cachify.git" }, "dependencies": { "connect-cachify-static": "~4.0.0", "debug": "~3 || ~4" }, "peerDependencies": { "postcss": "~8" }, "devDependencies": { "@biomejs/biome": "^1.9.4", "postcss": "~8" }, "scripts": { "test": "make" }, "files": [ "index.js", "lib" ] }