mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-04-27 16:50:30 -04:00
31 lines
685 B
JSON
31 lines
685 B
JSON
{
|
|
"name": "netlify-plugin-amp-optimizer",
|
|
"version": "1.0.0",
|
|
"description": "Render your AMP pages, server-side.",
|
|
"license": "MIT",
|
|
"author": {
|
|
"name": "Martin Bean",
|
|
"url": "https://martinbean.dev"
|
|
},
|
|
"files": [
|
|
"manifest.yml",
|
|
"index.js"
|
|
],
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"@ampproject/toolbox-optimizer": "^2.7.6",
|
|
"@ampproject/toolbox-update-cache": "^2.7.6",
|
|
"cssnano-simple": "^2.0.0",
|
|
"glob": "^7.1.7",
|
|
"jimp": "^0.16.1",
|
|
"lru-cache": "^6.0.0",
|
|
"postcss": "^8.x",
|
|
"postcss-safe-parser": "^5.0.2",
|
|
"probe-image-size": "^7.1.0",
|
|
"terser": "^5.7.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.18"
|
|
}
|
|
}
|