2024-08-09 23:51:41 +02:00
|
|
|
{
|
|
|
|
"name": "@repo/api",
|
|
|
|
"version": "1.0.0-staging.3",
|
|
|
|
"private": true,
|
|
|
|
"type": "module",
|
|
|
|
"imports": {
|
|
|
|
"#*": "./src/*"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"start": "node --import=tsx ./src/bin/server.ts",
|
|
|
|
"dev": "node --import=tsx --watch --watch-preserve-output ./src/bin/server.ts",
|
|
|
|
"ace": "node --import=tsx ./src/bin/console.ts",
|
2024-08-12 14:21:34 +02:00
|
|
|
"test": "c8 node --import=tsx ./src/bin/test.ts",
|
2024-08-09 23:51:41 +02:00
|
|
|
"lint:eslint": "eslint src --max-warnings 0 --report-unused-disable-directives",
|
|
|
|
"lint:typescript": "tsc --noEmit"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@adonisjs/auth": "catalog:",
|
|
|
|
"@adonisjs/core": "catalog:",
|
|
|
|
"@adonisjs/cors": "catalog:",
|
|
|
|
"@adonisjs/lucid": "catalog:",
|
2024-08-12 15:13:24 +02:00
|
|
|
"@adonisjs/limiter": "catalog:",
|
2024-08-09 23:51:41 +02:00
|
|
|
"@repo/utils": "workspace:*",
|
|
|
|
"@repo/wikipedia-game-solver": "workspace:*",
|
|
|
|
"@vinejs/vine": "catalog:",
|
|
|
|
"luxon": "catalog:",
|
2024-08-11 10:42:42 +02:00
|
|
|
"pg": "catalog:",
|
2024-08-09 23:51:41 +02:00
|
|
|
"reflect-metadata": "catalog:",
|
|
|
|
"tsx": "catalog:",
|
|
|
|
"pino-pretty": "catalog:"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@adonisjs/assembler": "catalog:",
|
|
|
|
"@japa/api-client": "catalog:",
|
|
|
|
"@japa/assert": "catalog:",
|
|
|
|
"@japa/plugin-adonisjs": "catalog:",
|
|
|
|
"@japa/runner": "catalog:",
|
|
|
|
"@repo/config-typescript": "workspace:*",
|
|
|
|
"@repo/eslint-config": "workspace:*",
|
|
|
|
"@total-typescript/ts-reset": "catalog:",
|
|
|
|
"@types/luxon": "catalog:",
|
|
|
|
"@types/node": "catalog:",
|
2024-08-12 14:21:34 +02:00
|
|
|
"better-sqlite3": "catalog:",
|
|
|
|
"c8": "catalog:",
|
2024-08-09 23:51:41 +02:00
|
|
|
"eslint": "catalog:",
|
|
|
|
"openapi-types": "catalog:",
|
|
|
|
"typescript": "catalog:"
|
|
|
|
}
|
|
|
|
}
|