← back to Marketing Command Center
package.json
19 lines
{
"name": "marketing-command-center",
"version": "1.11.0",
"description": "DW Marketing Command Center — Constant Contact, marketing calendar, suggested copy, on-demand layouts",
"main": "server.js",
"scripts": {
"start": "node server.js",
"build:followlist": "node scripts/build-followlist.js",
"build:dwaccounts": "node scripts/build-dw-accounts.js"
},
"dependencies": {
"express": "^4.22.2",
"pg": "^8.22.0"
},
"devDependencies": {
"playwright": "^1.62.1"
}
}