-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 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
{
"name": "@bo2kshelf/neo4j-read-records-service",
"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.15",
"@nestjs/config": "^0.6.3",
"@nestjs/core": "^7.6.15",
"@nestjs/graphql": "^7.10.3",
"@nestjs/platform-express": "^7.6.15",
"apollo-server-express": "^2.23.0",
"class-validator": "^0.13.1",
"graphql": "^15.5.0",
"graphql-scalars": "^1.9.0",
"nanoid": "^3.1.22",
"neo4j-driver": "^4.2.3",
"reflect-metadata": "^0.1.13"
},
"devDependencies": {
"@arkweid/lefthook": "^0.7.2",
"@bo2kshelf/eslint-config": "^1.1.1",
"@bo2kshelf/prettier-config": "^1.0.0",
"@commitlint/cli": "^12.1.1",
"@commitlint/config-conventional": "^12.1.1",
"@nestjs/cli": "^7.6.0",
"@nestjs/testing": "^7.6.15",
"@types/express": "^4.17.11",
"@types/faker": "^5.5.3",
"@types/jest": "^26.0.22",
"@types/node": "^14.14.41",
"@types/supertest": "^2.0.11",
"eslint": "^7.24.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": "^6.1.3",
"ts-jest": "^26.5.5",
"ts-loader": "^9.0.2",
"ts-node": "^9.1.1",
"tsconfig-paths": "^3.9.0",
"typescript": "^4.2.4"
}
}