nx-mesh
Version:
GraphQL Mesh support for Nx
58 lines • 1.27 kB
JSON
{
"name": "nx-mesh",
"author": "Dom Talbot",
"description": "GraphQL Mesh support for Nx",
"version": "4.0.0",
"license": "MIT",
"main": "src/index.js",
"generators": "./generators.json",
"executors": "./executors.json",
"peerDependencies": {
"@graphql-mesh/cli": ">=0.82.27",
"graphql": "^16.6.0",
"nx": ">=15.7.1"
},
"dependencies": {
"@nrwl/cypress": "^15.7.1",
"@nrwl/devkit": "^15.7.1",
"@nrwl/js": "^15.7.1",
"@nrwl/linter": "^15.7.1",
"@nrwl/node": "^15.7.1",
"@nrwl/workspace": "^15.7.1",
"@swc-node/register": "^1.6.2",
"@swc/core": "^1.3.42",
"@swc/helpers": "^0.4.14"
},
"keywords": [
"Monorepo",
"Node",
"Jest",
"Cypress",
"CLI",
"GraphQL",
"GraphQL-Mesh",
"Mesh",
"Nx",
"nx-plugin",
"plugin"
],
"bugs": {
"url": "git://github.com/domjtalbot/nx-mesh/issues"
},
"repository": {
"directory": "packages/nx-mesh",
"type": "git",
"url": "git://github.com/domjtalbot/nx-mesh.git"
},
"funding": {
"type": "GitHub",
"url": "https://github.com/sponsors/domjtalbot"
},
"nx-migrations": {
"migrations": "./migrations.json"
},
"exports": {
"./package.json": "./package.json"
},
"type": "commonjs"
}