atlilith/@platform/package.json

31 lines
813 B
JSON
Raw Normal View History

{
"name": "@atlilith/platform",
"private": true,
"version": "0.0.0",
"description": "V3 monorepo — AI-first revenue engine. See /DESIGN.md and /INFRA.md.",
"packageManager": "pnpm@9.15.0",
"engines": {
"node": ">=20.11.0",
"pnpm": ">=9.0.0"
},
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev",
"lint": "turbo run lint",
"typecheck": "turbo run typecheck",
"test": "turbo run test",
"test:unit": "turbo run test:unit",
"test:e2e": "turbo run test:e2e",
"clean": "turbo run clean && rm -rf node_modules .turbo",
"validate": "turbo run validate"
},
"devDependencies": {
"@nestjs/cli": "^11.0.0",
"@types/node": "^22.10.0",
"prettier": "^3.4.2",
"tsx": "^4.21.0",
"turbo": "^2.3.3",
"typescript": "^5.9.3"
}
}