-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 737 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 737 Bytes
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
{
"name": "apollo-server-plugin-alias",
"version": "1.0.5",
"license": "MIT",
"description": "Plugin for Apollo Server to create aliased queries and mutations in order to minimize script and request sizes.",
"author": "slvvn",
"keywords": [
"apollo",
"plugin",
"alias",
"automatic persisted queries"
],
"repository": {
"url": "https://github.com/slvvn/apollo-server-plugin-alias"
},
"homepage": "https://github.com/slvvn/apollo-server-plugin-alias#readme",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc"
},
"devDependencies": {
"@apollo/server": "^4.4.1",
"typescript": "^5.1.3"
},
"dependencies": {
"@apollo/server": "^4.7.3"
}
}