-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 2.12 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
{
"name": "@bo2kshelf/bookcover-api",
"private": true,
"scripts": {
"prebuild": "run-s clean",
"build": "nest build",
"dev": "nest start --watch",
"debug": "nest start --watch --debug ",
"start": "nest start",
"start:prod": "node dist/main",
"test": "run-s -nlc test:small test:medium test:large",
"test:e2e": "scripty",
"test:large": "scripty",
"test:medium": "scripty",
"test:small": "scripty",
"ts-check": "tsc --noEmit",
"lint": "scripty",
"lint:circleci": "scripty",
"lint:codecov": "scripty",
"lint:eslint": "scripty",
"lint:hadolint": "scripty",
"lint:prettier": "scripty",
"lint:renovate": "scripty",
"fmt": "run-s -nlc fmt:eslint fmt:prettier",
"fmt:eslint": "yarn lint:eslint --fix",
"fmt:prettier": "yarn lint:prettier --write"
},
"dependencies": {
"@nestjs/common": "7.6.17",
"@nestjs/config": "0.6.3",
"@nestjs/core": "7.6.17",
"@nestjs/graphql": "7.10.6",
"@nestjs/platform-express": "7.6.17",
"apollo-server-express": "2.23.0",
"class-transformer": "0.3.1",
"class-validator": "0.12.2",
"graphql": "15.5.0",
"graphql-scalars": "1.9.3",
"nanoid": "3.1.23",
"neo4j-driver": "4.2.3",
"reflect-metadata": "0.1.13",
"rxjs": "6.6.7"
},
"devDependencies": {
"@arkweid/lefthook": "0.7.6",
"@bo2kshelf/eslint-config": "1.1.1",
"@bo2kshelf/prettier-config": "1.0.0",
"@commitlint/cli": "12.1.4",
"@commitlint/config-conventional": "12.1.4",
"@nestjs/cli": "7.6.0",
"@nestjs/testing": "7.6.17",
"@types/express": "4.17.12",
"@types/faker": "5.5.6",
"@types/jest": "26.0.23",
"@types/node": "14.14.45",
"@types/supertest": "2.0.11",
"eslint": "7.23.0",
"faker": "5.5.3",
"jest": "26.6.3",
"jest-junit": "12.0.0",
"npm-run-all": "4.1.5",
"prettier": "2.2.1",
"prettier-plugin-optipack": "1.1.2",
"prettier-plugin-organize-imports": "1.1.1",
"scripty": "2.0.0",
"supertest": "5.0.0",
"ts-jest": "26.4.4",
"ts-loader": "8.1.0",
"ts-node": "9.0.0",
"tsconfig-paths": "3.9.0",
"typescript": "4.2.4"
}
}