14 lines
246 B
JSON
14 lines
246 B
JSON
{
|
|
"name": "@wrnexus/graphql",
|
|
"version": "0.8.4",
|
|
"type": "module",
|
|
"main": "./src/index.ts",
|
|
"exports": {
|
|
".": "./src/index.ts",
|
|
"./plugin": "./src/plugin.ts"
|
|
},
|
|
"dependencies": {
|
|
"@wrnexus/plugin": "workspace:*"
|
|
}
|
|
}
|