24 lines
726 B
JSON
24 lines
726 B
JSON
{
|
|
"name": "@isem-digital/platform-marketing-content",
|
|
"version": "1.0.0",
|
|
"description": "ISEM Digital Platform - Marketing Content Management",
|
|
"private": true,
|
|
"scripts": {
|
|
"prepare": "husky install",
|
|
"frontend:dev": "cd apps/frontend && npm run dev",
|
|
"frontend:build": "cd apps/frontend && npm run build",
|
|
"frontend:test": "cd apps/frontend && npm run test",
|
|
"backend:dev": "cd apps/backend && python -m uvicorn app.main:app --reload"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^18.4.3",
|
|
"@commitlint/config-conventional": "^18.4.3",
|
|
"husky": "^8.0.3",
|
|
"lint-staged": "^15.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0",
|
|
"npm": ">=9.0.0"
|
|
}
|
|
}
|