NAME and SLOGAN are read from .env via dotenv and injected into the LinkedIn preview card template at startup. Avatar initials are auto- generated from the first letters of NAME. Works identically with npm start and docker compose (via env_file). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
14 lines
263 B
JSON
14 lines
263 B
JSON
{
|
|
"name": "linkedin-formatter",
|
|
"version": "1.1.0",
|
|
"description": "LinkedIn Post Formatter - self-hosted",
|
|
"main": "server.js",
|
|
"scripts": {
|
|
"start": "node server.js"
|
|
},
|
|
"dependencies": {
|
|
"dotenv": "^17.4.1",
|
|
"express": "^4.18.2"
|
|
}
|
|
}
|