apongo
Version:
Create Mongo aggregation pipelines with recursive joins for Apollo queries.
44 lines (43 loc) • 1.11 kB
JSON
{
"name": "apongo",
"version": "3.0.0",
"description": "Create Mongo aggregation pipelines with recursive joins for Apollo queries.",
"main": "index.js",
"keywords": [
"mongo",
"apollo",
"join",
"aggregation"
],
"author": "Timothy Armes <tim@timothyarmes.com> (http://www.timothyarmes.com)",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/timothyarmes/apongo"
},
"scripts": {
"test": "jest --watch"
},
"peerDependencies": {
"apollo-server-core": "^3.0.2",
"graphql": "^15.1.0",
"@graphql-tools/utils": "^8.1.1",
"graphql-tag": "^2.9.2"
},
"devDependencies": {
"@babel/core": "^7.15.0",
"@babel/preset-env": "^7.15.0",
"@graphql-tools/schema": "^8.1.2",
"@graphql-tools/utils": "^8.1.1",
"apollo-server": "^3.1.2",
"apollo-server-core": "^3.1.2",
"babel-jest": "^26.6.3",
"graphql": "^15.5.1",
"graphql-tag": "^2.12.5",
"jest": "^26.6.3",
"merge-graphql-schemas": "^1.7.8",
"mongo-unit": "^1.5.1",
"mongodb-prebuilt": "^6.5.0",
"mongoose": "^5.13.7"
}
}