UNPKG

1.06 kBJSONView Raw
1{
2 "name": "@graphql-yoga/plugin-persisted-operations",
3 "version": "1.0.0-alpha-20221005020739-84606906",
4 "description": "Persisted Operations plugin for GraphQL Yoga.",
5 "peerDependencies": {
6 "graphql-yoga": "3.0.0-alpha-20221005020739-84606906"
7 },
8 "repository": {
9 "type": "git",
10 "url": "https://github.com/dotansimha/graphql-yoga.git",
11 "directory": "packages/plugins/persisted-operations"
12 },
13 "author": "Arda TANRIKULU <ardatanrikulu@gmail.com>",
14 "license": "MIT",
15 "main": "cjs/index.js",
16 "module": "esm/index.js",
17 "typings": "typings/index.d.ts",
18 "typescript": {
19 "definition": "typings/index.d.ts"
20 },
21 "type": "module",
22 "exports": {
23 ".": {
24 "require": {
25 "types": "./typings/index.d.cts",
26 "default": "./cjs/index.js"
27 },
28 "import": {
29 "types": "./typings/index.d.ts",
30 "default": "./esm/index.js"
31 },
32 "default": {
33 "types": "./typings/index.d.ts",
34 "default": "./esm/index.js"
35 }
36 },
37 "./package.json": "./package.json"
38 }
39}
\No newline at end of file