File size: 723 Bytes
cc442ef 3e8ea4b cc442ef 6dd9bad cc442ef de6a95b cc442ef 4697beb cc442ef de6a95b b035578 75225ab 7b0c22b 75225ab cc442ef 4697beb | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 | {
"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"
}
}
} |