-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.68 KB
/
Copy pathpackage.json
File metadata and controls
60 lines (60 loc) · 1.68 KB
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "coros-api",
"version": "2.0.1",
"description": "Coros API",
"type": "module",
"scripts": {
"build": "nest build",
"format:check": "biome format src",
"format:fix": "biome format --write src",
"start": "nest start",
"start:prod": "node dist/main",
"lint:fix": "biome check --write --no-errors-on-unmatched .",
"lint:check": "biome check --no-errors-on-unmatched .",
"lint:ci": "biome ci --no-errors-on-unmatched",
"test": "vitest --run",
"typecheck": "tsc --noEmit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xballoy/coros-api.git"
},
"author": "Xavier Balloy",
"license": "MIT",
"bugs": {
"url": "https://github.com/xballoy/coros-api/issues"
},
"homepage": "https://github.com/xballoy/coros-api#readme",
"devDependencies": {
"@biomejs/biome": "2.5.12",
"@nestjs/cli": "12.0.0",
"@nestjs/schematics": "12.0.0",
"@nestjs/testing": "12.0.1",
"@swc-node/register": "1.12.1",
"@swc/cli": "0.8.1",
"@swc/core": "1.16.1",
"@tsconfig/node24": "24.0.5",
"@types/node": "24.13.3",
"@typescript/native": "npm:typescript@7.0.2",
"@vitest/coverage-v8": "4.1.11",
"fast-check": "4.9.0",
"lefthook": "2.1.12",
"msw": "2.15.0",
"typescript": "npm:@typescript/typescript6@6.0.2",
"unplugin-swc": "1.5.11",
"vitest": "4.1.11"
},
"dependencies": {
"@nestjs/axios": "12.0.0",
"@nestjs/common": "12.0.1",
"@nestjs/core": "12.0.1",
"axios": "1.20.0",
"dayjs": "1.11.23",
"dotenv": "17.4.2",
"nest-commander": "3.21.0",
"reflect-metadata": "0.2.2",
"rxjs": "7.8.2",
"zod": "4.5.4"
},
"packageManager": "pnpm@12.3.4"
}