-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 2.5 KB
/
package.json
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
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"dependencies": {
"@nestjs/common": "^10.0.2",
"@nestjs/core": "^10.0.2",
"@nestjs/cqrs": "^10.2.7",
"@nestjs/event-emitter": "^2.0.4",
"@nestjs/platform-express": "^10.0.2",
"@nestjs/swagger": "^7.4.0",
"@swc/cli": "^0.4.0",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.1",
"crypto": "^1.0.1",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.8.0",
"swagger-ui-express": "^5.0.1",
"swc-loader": "^0.2.6",
"tslib": "^2.3.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"@commitlint/config-conventional": "^19.2.2",
"@cucumber/cucumber": "^10.8.0",
"@nestjs/schematics": "^10.0.1",
"@nestjs/testing": "^10.0.2",
"@nx/eslint": "19.5.6",
"@nx/js": "19.5.6",
"@nx/nest": "^19.5.6",
"@nx/node": "19.5.6",
"@nx/web": "19.5.6",
"@nx/webpack": "19.5.6",
"@nx/workspace": "19.5.6",
"@softarc/detective": "^1.0.2",
"@swc-node/register": "~1.9.1",
"@swc/core": "~1.5.7",
"@swc/helpers": "~0.5.11",
"@types/bun": "^1.1.6",
"@types/node": "~18.16.9",
"@types/sinon": "^17.0.3",
"@types/supertest": "^6.0.2",
"autocannon": "^7.15.0",
"bun-types": "^1.1.18",
"chokidar": "^3.6.0",
"commitlint": "^19.3.0",
"cucumber-tsflow": "^4.4.4",
"nx": "19.5.6",
"sinon": "^18.0.0",
"supertest": "^7.0.0",
"typescript": "~5.5.2",
"verdaccio": "^5.0.4",
"webpack-cli": "^5.1.4"
},
"license": "MIT",
"name": "bewoak",
"nx": {
"includedScripts": []
},
"private": true,
"scripts": {
"build": "nx run-many --target=build --parallel=4",
"format": "biome format --write",
"format:check": "biome format",
"lint": "nx run-many --target=lint --parallel=4",
"nx": "nx",
"postinstall": "chmod +x .hooks/* && git config core.hooksPath .hooks",
"start:pathway-design:app": "PORT=3000 GLOBAL_PREFIX=api PERSISTENCE_DRIVER=inMemory PRESENTER_DRIVER=toJson nx serve pathway-design-server",
"test": "nx run-many --target=test --parallel=4",
"test:feature": "nx run-many --target=test-feature --parallel=4",
"tools:autocanon": "autocannon -c 10 -d 10s http://localhost:3000/api/pathway/initialize",
"tools:detective": "detective"
},
"version": "0.0.1"
}