-
Notifications
You must be signed in to change notification settings - Fork 589
Expand file tree
/
Copy pathimport-map.json
More file actions
22 lines (22 loc) · 1.09 KB
/
import-map.json
File metadata and controls
22 lines (22 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"imports": {
"graphql-yoga": "./packages/graphql-yoga/dist/esm/index.js",
"netlify:edge": "https://edge-bootstrap.netlify.app/v1/index.ts",
"@graphql-yoga/subscription": "./packages/subscription/dist/esm/index.js",
"@graphql-yoga/logger": "./packages/logger/dist/esm/index.js",
"@graphql-tools/schema": "npm:@graphql-tools/schema",
"@graphql-tools/utils": "npm:@graphql-tools/utils",
"@graphql-tools/executor": "npm:@graphql-tools/executor",
"graphql": "npm:graphql",
"dset": "npm:dset",
"@envelop/core": "./packages/envelop/core/dist/esm/index.js",
"@envelop/instrumentation": "./packages/envelop/instrumentation/dist/esm/index.js",
"@envelop/parser-cache": "./packages/envelop/plugins/parser-cache/dist/esm/index.js",
"@whatwg-node/fetch": "npm:@whatwg-node/fetch",
"@whatwg-node/events": "npm:@whatwg-node/events@0.0.3",
"@whatwg-node/promise-helpers": "npm:@whatwg-node/promise-helpers",
"@whatwg-node/server": "npm:@whatwg-node/server",
"@repeaterjs/repeater": "npm:@repeaterjs/repeater",
"lru-cache": "npm:lru-cache@^9.0.0"
}
}