Files
WRNexusJS/packages/graphql/package.json
T
Clintchiz 3c6b659f36
Quality / quality (ubuntu-latest) (push) Failing after 13m28s
Quality / quality (windows-latest) (push) Canceled after 0s
release: WRNexusJS 0.8.1
2026-08-03 01:34:56 +05:30

14 lines
246 B
JSON

{
"name": "@wrnexus/graphql",
"version": "0.8.1",
"type": "module",
"main": "./src/index.ts",
"exports": {
".": "./src/index.ts",
"./plugin": "./src/plugin.ts"
},
"dependencies": {
"@wrnexus/plugin": "workspace:*"
}
}