{ "name": "postcss-urlrewrite", "description": "PostCSS plugin for easy url() rewriting.", "version": "0.3.0", "main": "index.js", "repository": { "type": "git", "url": "https://github.com/iAdramelk/postcss-urlrewrite.git" }, "authors": [ "Alexey Ivanov " ], "license": "MIT", "engines": { "node": ">=16" }, "scripts": { "test": "mocha --reporter list" }, "keywords": [ "postcss", "css" ], "dependencies": { "postcss-helpers": "^0.3.3" }, "devDependencies": { "mocha": "^10.7.3", "postcss": "^8.4.41" } }