-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1.27 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": "bazel-typescript",
"version": "1.0.0",
"private": true,
"author": "Pedro Barco <[email protected]>",
"devDependencies": {
"@bazel/ibazel": "^0.16.2",
"@graphql-eslint/eslint-plugin": "^3.12.0",
"@jest/types": "^29.2.1",
"@types/express": "^4.17.14",
"@types/jest": "^29.2.0",
"@types/node": "^18.11.4",
"@types/supertest": "^2.0.12",
"@typescript-eslint/eslint-plugin": "^5.40.1",
"@typescript-eslint/parser": "^5.40.1",
"@usrbinboat/eslint-config": "workspace:*",
"@usrbinboat/prettier-config": "workspace:*",
"c8": "^7.12.0",
"eslint": "^8.26.0",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-typescript": "^3.5.2",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^27.1.3",
"eslint-plugin-jest-formatting": "^3.1.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-simple-import-sort": "^8.0.0",
"eslint-plugin-sonarjs": "^0.16.0",
"eslint-plugin-tsdoc": "^0.2.17",
"jest": "^29.2.1",
"jest-cli": "^29.2.1",
"prettier": "^2.7.1",
"supertest": "^6.3.0",
"ts-jest": "^29.0.3",
"ts-node": "^10.9.1",
"tslib": "^2.4.0",
"typescript": "^4.8.4"
},
"dependencies": {
"express": "^4.18.2",
"graphql": "^16.6.0"
}
}