@michaelheerklotz/dr-css-inliner
Version:
Puppeteer script to inline above-the-fold CSS for a webpage.
31 lines (30 loc) • 659 B
JSON
{
"name": "@michaelheerklotz/dr-css-inliner",
"version": "0.9.9",
"description": "Puppeteer script to inline above-the-fold CSS for a webpage.",
"main": "index.js",
"bin": {
"dr-css-inliner": "bin/index.js"
},
"dependencies": {
"puppeteer": "^24.7.0",
"rw": "^1.3.3"
},
"repository": {
"type": "git",
"url": "https://github.com/MichaelRoosz/dr-css-inliner.git"
},
"keywords": [
"puppeteer",
"above-the-fold",
"css"
],
"author": "rasmusfl0e",
"contributors": [
"Michael Roosz"
],
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/MichaelRoosz/dr-css-inliner/issues"
}
}