feat(content): implement Content Engine MVP (v1.0) with GTM integration
This commit is contained in:
14
content-engine/package.json
Normal file
14
content-engine/package.json
Normal file
@@ -0,0 +1,14 @@
|
||||
|
||||
{
|
||||
"name": "content-engine-backend",
|
||||
"version": "1.0.0",
|
||||
"description": "Backend bridge for Content Engine",
|
||||
"main": "server.cjs",
|
||||
"type": "commonjs",
|
||||
"dependencies": {
|
||||
"express": "^4.18.2"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "node server.cjs"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user