contentos-v2 / package.json
ziggylott's picture
πŸš€ ContentOS v2.0 β€” Full omnichannel social media platform with OAuth, LLM integration, and real backend scheduling
de8b213
Raw
History Blame Contribute Delete
446 Bytes
{
"name": "contentos-v2",
"version": "1.0.0",
"description": "T. Lott ContentOS - Omnichannel Social Media Automation",
"main": "server/index.js",
"scripts": {
"start": "node server/index.js",
"dev": "node server/index.js"
},
"dependencies": {
"express": "^4.18.2",
"cors": "^2.8.5",
"body-parser": "^1.20.2",
"node-fetch": "^2.7.0",
"axios": "^1.6.0",
"dotenv": "^16.3.1",
"qs": "^6.11.2"
}
}