This repository was archived by the owner on Jul 20, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.87 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.87 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
61
62
63
64
65
66
{
"name": "electron-github-release-proxy",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"nx": "nx",
"start": "nx serve",
"build": "nx build",
"test": "nx test",
"lint": "nx workspace-lint && nx lint",
"e2e": "nx e2e",
"affected:apps": "nx affected:apps",
"affected:libs": "nx affected:libs",
"affected:build": "nx affected:build",
"affected:e2e": "nx affected:e2e",
"affected:test": "nx affected:test",
"affected:lint": "nx affected:lint",
"affected:dep-graph": "nx affected:dep-graph",
"affected": "nx affected",
"format": "nx format:write",
"format:write": "nx format:write",
"format:check": "nx format:check",
"update": "nx migrate latest",
"workspace-generator": "nx workspace-generator",
"dep-graph": "nx dep-graph",
"help": "nx help"
},
"private": true,
"dependencies": {
"@nestjs/axios": "^0.1.0",
"@nestjs/common": "9.1.6",
"@nestjs/core": "9.1.6",
"@nestjs/platform-express": "9.1.6",
"@octokit/request": "^6.2.2",
"reflect-metadata": "^0.1.13",
"rxjs": "~7.5.5",
"tslib": "^2.0.0"
},
"devDependencies": {
"@nestjs/schematics": "9.0.3",
"@nestjs/testing": "9.1.6",
"@nrwl/cli": "15.0.2",
"@nrwl/eslint-plugin-nx": "15.0.2",
"@nrwl/jest": "15.0.2",
"@nrwl/linter": "15.0.2",
"@nrwl/nest": "15.0.2",
"@nrwl/node": "15.0.2",
"@nrwl/workspace": "15.0.2",
"@octokit/types": "^8.0.0",
"@types/express": "^4.17.12",
"@types/jest": "28.1.8",
"@types/node": "18.11.5",
"@typescript-eslint/eslint-plugin": "5.41.0",
"@typescript-eslint/parser": "5.41.0",
"dotenv": "16.0.3",
"eslint": "8.26.0",
"eslint-config-prettier": "8.5.0",
"jest": "28.1.3",
"nx": "15.0.2",
"prettier": "2.7.1",
"ts-jest": "28.0.8",
"ts-node": "10.9.1",
"type-fest": "^3.1.0",
"typescript": "4.8.4"
}
}