Add one-click meme copying, complete viewer actions, fixed-footer pagination, protocol lore, and the Homo Reseticus download chooser. Install dedicated social and favicon assets, expand local demo data, and synchronize the changelog, documentation, package, and OpenAPI release metadata.
18 lines
323 B
JSON
18 lines
323 B
JSON
{
|
|
"name": "meme-protocol",
|
|
"version": "1.1.0",
|
|
"private": true,
|
|
"description": "Self-hosted meme gallery for The Meme Protocol.",
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "node server.js",
|
|
"test": "node --test"
|
|
},
|
|
"engines": {
|
|
"node": ">=20"
|
|
},
|
|
"dependencies": {
|
|
"sharp": "^0.34.5"
|
|
}
|
|
}
|