-
Notifications
You must be signed in to change notification settings - Fork 123
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) 路 1.67 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) 路 1.67 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
{
"name": "@tests/hash-backend-integration",
"version": "0.0.0-private",
"private": true,
"description": "Integration tests for HASH",
"license": "AGPL-3.0",
"type": "module",
"scripts": {
"codegen": "rimraf './src/**/*.gen.*'; graphql-codegen --config codegen.config.ts",
"fix:eslint": "eslint --fix .",
"lint:eslint": "eslint --report-unused-disable-directives .",
"lint:tsc": "tsc --noEmit",
"test:integration": "vitest --run"
},
"dependencies": {
"@apps/hash-api": "workspace:*",
"@blockprotocol/type-system": "workspace:*",
"@local/advanced-types": "workspace:*",
"@local/hash-backend-utils": "workspace:*",
"@local/hash-graph-client": "workspace:*",
"@local/hash-graph-sdk": "workspace:*",
"@local/hash-isomorphic-utils": "workspace:*",
"@local/status": "workspace:*",
"@rust/hash-graph-type-defs": "workspace:*",
"execa": "9.6.0",
"fractional-indexing": "3.2.0",
"graphql": "16.11.0",
"node-fetch": "2.7.0"
},
"devDependencies": {
"@apps/hash-ai-worker-ts": "workspace:*",
"@apps/hash-graph": "workspace:*",
"@apps/hash-integration-worker": "workspace:*",
"@blockprotocol/graph": "workspace:*",
"@graphql-codegen/cli": "^6.2.1",
"@graphql-codegen/introspection": "5.0.1",
"@graphql-codegen/typescript": "5.0.9",
"@graphql-codegen/typescript-graphql-request": "7.0.0",
"@graphql-codegen/typescript-resolvers": "5.1.7",
"@local/eslint": "workspace:*",
"@local/tsconfig": "workspace:*",
"@types/node-fetch": "2.6.13",
"@vitest/coverage-istanbul": "4.1.7",
"eslint": "10.4.1",
"rimraf": "6.1.3",
"typescript": "5.9.3",
"vitest": "4.1.7"
}
}