aem-optimized
Version:
Spins up a dedicated server that pulls host page and replaces clientlibs with locals
35 lines (34 loc) • 773 B
JSON
{
"name": "aem-optimized",
"version": "2.1.8",
"description": "Spins up a dedicated server that pulls host page and replaces clientlibs with locals",
"main": "index.js",
"type": "commonjs",
"keywords": [
"aem",
"archetype",
"WKND"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 0",
"build": "esbuild server.js --outdir=dist --format=cjs"
},
"author": "Helge Ahrens",
"license": "MIT",
"dependencies": {
"esbuild": "^0.14.34",
"express": "^4.17.3",
"jsdom": "^19.0.0",
"node-fetch": "^3.2.3"
},
"peerDependencies": {
"vite": "^3.0.0"
},
"bin": {
"aem-optimized": "cli.js"
},
"repository": {
"type": "git",
"url": "https://github.com/comwrap/aem-optimized.git"
}
}