Add database schema and API endpoints for system wording keys and values Replace hardcoded translations in frontend and backend with dynamic messages Add System Wordings management interface to Admin view
17 lines
368 B
JSON
17 lines
368 B
JSON
{
|
|
"name": "pokopia",
|
|
"private": true,
|
|
"type": "module",
|
|
"packageManager": "pnpm@10.33.2",
|
|
"scripts": {
|
|
"dev": "pnpm --parallel --filter @pokopia/backend --filter @pokopia/frontend dev",
|
|
"lint": "pnpm -r lint",
|
|
"typecheck": "pnpm -r typecheck",
|
|
"test": "pnpm -r test",
|
|
"build": "pnpm -r build"
|
|
},
|
|
"engines": {
|
|
"node": ">=22"
|
|
}
|
|
}
|