-
Notifications
You must be signed in to change notification settings - Fork 593
/
Copy pathpackage.json
57 lines (57 loc) · 1.2 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
{
"name": "@gauzy/desktop-api",
"version": "0.1.0",
"description": "Ever Gauzy Platform desktop APIs",
"author": {
"name": "Ever Co. LTD",
"email": "[email protected]",
"url": "https://ever.co"
},
"homepage": "https://gauzy.co",
"repository": {
"type": "git",
"url": "https://github.com/ever-co/ever-gauzy.git"
},
"bugs": {
"url": "https://github.com/ever-co/ever-gauzy/issues"
},
"license": "AGPL-3.0",
"private": true,
"scripts": {
"build": "yarn nx build desktop-api --configuration=development",
"build:prod": "yarn nx build desktop-api --configuration=production"
},
"keywords": [
"desktop",
"api",
"gauzy",
"nestjs",
"microservices",
"grpc",
"wakatime",
"typeorm",
"mikro-orm",
"integration",
"platform",
"productivity",
"open-source"
],
"dependencies": {
"@grpc/grpc-js": "^1.6.7",
"@mikro-orm/core": "^6.2.3",
"@mikro-orm/nestjs": "^5.2.3",
"@nestjs/common": "^10.4.15",
"@nestjs/core": "^10.4.15",
"@nestjs/typeorm": "^10.0.2",
"@gauzy/plugin-integration-wakatime": "^0.1.0"
},
"devDependencies": {
"@nestjs/testing": "^10.4.15",
"@types/node": "^20.14.9"
},
"engines": {
"node": ">=20.11.1",
"yarn": ">=1.22.19"
},
"sideEffects": false
}