cocottetech/@platform/package.json
natalie 1b719e1fd7 chore(bootstrap): initial V4 commit
Clean successor to V3 (forge: lilith/atlilith). Seeded from local Mac
working tree at ~/Code/@projects/@cocottetech/. node_modules and build
artifacts excluded via .gitignore.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-18 08:11:41 -07:00

30 lines
816 B
JSON

{
"name": "@cocottetech/platform",
"private": true,
"version": "0.0.0",
"description": "V4 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"
}
}