edtech / package.json
CognxSafeTrack
feat: backlog P0→P3 — toast system, payments, tenant isolation, feedback handler, i18n parity
6dd9bad
raw
history blame
723 Bytes
{
"name": "edtech-platform",
"version": "1.1.0",
"//": "Stabilized Multi-tenant Gateway + Worker",
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev",
"lint": "turbo run lint",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"preinstall": "npx only-allow pnpm"
},
"devDependencies": {
"prettier": "^3.0.0",
"turbo": "^1.10.0",
"typescript": "^5.0.0"
},
"packageManager": "pnpm@9.15.0",
"engines": {
"node": ">=18"
},
"dependencies": {
"pino": "^10.3.1",
"pino-pretty": "^13.1.3",
"pm2": "^6.0.14"
},
"pnpm": {
"overrides": {
"@fastify/view": "^8.2.0",
"@fastify/static": "^7.0.4",
"ioredis": "5.9.3"
}
}
}