mirror of
https://github.com/epstein-docs/epstein-docs.github.io.git
synced 2025-12-09 19:46:33 -06:00
13 lines
295 B
JSON
13 lines
295 B
JSON
{
|
|
"name": "document-explorer",
|
|
"version": "1.0.0",
|
|
"description": "Static site for exploring OCR'd documents",
|
|
"scripts": {
|
|
"build": "NODE_OPTIONS='--max-old-space-size=8192' eleventy",
|
|
"start": "eleventy --serve"
|
|
},
|
|
"devDependencies": {
|
|
"@11ty/eleventy": "^2.0.1"
|
|
}
|
|
}
|