-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.56 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.56 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
{
"name": "coros-api",
"version": "2.0.1",
"description": "Coros API",
"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"
},
"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.4.15",
"@nestjs/cli": "11.0.21",
"@nestjs/schematics": "11.1.0",
"@nestjs/testing": "11.1.23",
"@swc-node/register": "1.11.1",
"@swc/cli": "0.8.1",
"@swc/core": "1.15.33",
"@tsconfig/node24": "24.0.4",
"@types/node": "24.12.4",
"@vitest/coverage-v8": "4.1.7",
"fast-check": "4.8.0",
"lefthook": "2.1.8",
"msw": "2.14.6",
"typescript": "6.0.3",
"unplugin-swc": "1.5.9",
"vitest": "4.1.7"
},
"dependencies": {
"@nestjs/axios": "4.0.1",
"@nestjs/common": "11.1.23",
"@nestjs/core": "11.1.23",
"axios": "1.16.1",
"dayjs": "1.11.20",
"dotenv": "17.4.2",
"nest-commander": "3.20.1",
"reflect-metadata": "0.2.2",
"rxjs": "7.8.2",
"zod": "4.4.3"
},
"packageManager": "pnpm@11.2.2"
}