graphql-anywhere-mongodb
Version:
Use graphql to query mongodb
59 lines (58 loc) • 1.49 kB
JSON
{
"name": "graphql-anywhere-mongodb",
"version": "0.5.2",
"description": "Use graphql to query mongodb",
"main": "dist/src/index.js",
"typings": "dist/src/index.d.ts",
"scripts": {
"clean": "rimraf dist",
"build": "npm run clean && tsc -p .",
"test": "mocha './test/**/*.spec.ts'",
"test:watch": "npm run test -- -w"
},
"files": [
"dist/src"
],
"repository": {
"type": "git",
"url": "git+https://github.com/dflor003/graphql-anywhere-mongodb.git"
},
"keywords": [
"graphql",
"anywhere",
"graphql-anywhere",
"mongo",
"mongodb"
],
"author": "Danil Flores <dflor003@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/dflor003/graphql-anywhere-mongodb/issues"
},
"homepage": "https://github.com/dflor003/graphql-anywhere-mongodb#readme",
"dependencies": {
"debug": "^2.6.8",
"graphql": "^0.11.7",
"graphql-anywhere": "^3.1.0",
"mongodb": "^2.2.x",
"tslib": "~1.7.x"
},
"devDependencies": {
"@types/chai": "^4.0.1",
"@types/chai-as-promised": "^0.0.31",
"@types/debug": "^0.0.29",
"@types/graphql": "^0.11.6",
"@types/mocha": "^2.2.41",
"@types/mongodb": "^2.2.7",
"@types/node": "^8.0.9",
"chai": "^4.0.2",
"chai-as-promised": "^7.1.1",
"graphql-tag": "^2.5.0",
"mocha": "^3.4.2",
"mongo-in-memory": "^0.0.5",
"rimraf": "^2.6.1",
"sinon": "^2.3.6",
"ts-node": "^3.2.0",
"typescript": "~2.4.x"
}
}