-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
42 lines (42 loc) · 1.03 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
{
"name": "root",
"private": true,
"scripts": {
"test": "jest --forceExit",
"postinstall": "npx lerna bootstrap && npx lerna run build"
},
"devDependencies": {
"@types/faker": "5.5.8",
"@types/jest": "27.0.1",
"@types/lodash.clonedeep": "4.5.6",
"@types/node": "14.17.11",
"@typescript-eslint/eslint-plugin": "4.29.3",
"@wemaintain/eslint-config": "4.0.2",
"apollo-server": "3.4.1",
"apollo-server-testing": "2.25.2",
"class-validator": "0.13.1",
"eslint": "7.32.0",
"eslint-plugin-json": "3.1.0",
"faker": "5.5.3",
"graphql": "15.5.1",
"jest": "27.0.6",
"jest-extended": "0.11.5",
"lerna": "5.1.8",
"reflect": "0.1.3",
"reflect-metadata": "0.1.13",
"sqlite3": "5.0.2",
"ts-jest": "27.0.5",
"tslint": "6.1.3",
"type-graphql": "1.1.1",
"typeorm": "0.2.37",
"typescript": "4.3.5"
},
"dependencies": {
"conventional-changelog-cli": "2.1.1",
"graphql-relay": "0.8.0",
"typedi": "0.8.0"
},
"engines": {
"node": ">= 12"
}
}