Initial commit: digital reception monorepo (M1-M11 + demo extensions)

This commit is contained in:
2026-05-25 12:59:54 +05:00
commit b9f88194d9
182 changed files with 20578 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
{
"name": "@reception/fixtures-runner",
"version": "0.0.1",
"private": true,
"type": "module",
"scripts": {
"start": "tsx src/main.ts",
"lint": "eslint src --ext .ts",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@reception/db": "workspace:*",
"dotenv": "^16.4.7"
},
"devDependencies": {
"@reception/eslint-config": "workspace:*",
"@reception/tsconfig": "workspace:*",
"@types/node": "^22.9.0",
"tsx": "^4.19.2",
"typescript": "^5.6.3"
}
}