-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
58 lines (58 loc) · 1.76 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
{
"name": "basemind-monorepo",
"version": "1.0.0",
"description": "monorepo for basemind services",
"private": true,
"scripts": {
"test:coverage": "NODE_OPTIONS='--no-deprecation --max_old_space_size=4096' vitest run --coverage",
"test": "NODE_OPTIONS='--no-deprecation --max_old_space_size=4096' vitest",
"build:frontend": "cd frontend && pnpm run build && cd .."
},
"devDependencies": {
"@bufbuild/buf": "^1.30.0",
"@faker-js/faker": "^8.4.1",
"@grpc/grpc-js": "^1.10.2",
"@prettier/plugin-xml": "^3.3.1",
"@protobuf-ts/plugin": "^2.9.4",
"@protobuf-ts/runtime": "^2.9.4",
"@protobuf-ts/runtime-rpc": "^2.9.4",
"@tool-belt/eslint-config": "^5.3.0",
"@types/node": "20.11.28",
"@types/webpack": "^5.28.5",
"@types/webpack-node-externals": "^3.0.4",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@vitest/coverage-v8": "^1.3.1",
"eslint": "^8.57.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-vitest": "^0.3.26",
"fork-ts-checker-webpack-plugin": "^9.0.2",
"grpc-health-check": "^2.0.1",
"interface-forge": "^1.6.1",
"nodemon-webpack-plugin": "^4.8.2",
"pino": "^8.19.0",
"pino-pretty": "^10.3.1",
"pino-webpack-plugin": "^2.0.0",
"prettier": "^3.2.5",
"prettier-plugin-sort-json": "^3.1.0",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"typescript": "^5.4.2",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^1.3.1",
"vitest-mock-extended": "^1.3.1",
"webpack": "^5.90.3",
"webpack-cli": "^5.1.4",
"webpack-node-externals": "^3.0.0"
},
"keywords": [],
"author": "BaseMind.AI",
"license": "UNLICENSED",
"engines": {
"yarn": "please-use-pnpm",
"npm": "please-use-pnpm",
"pnpm": ">=8.0.0",
"node": ">=21.0.0"
}
}