{
	"name": "@konfy/graphql-mongo-query",
	"license": "MIT",
	"description": "Parse GraphQL Input arguments to MongoDB query filters",
	"author": "Jan Franciszek Cieślak <jf.cieslak@miastodwa.org>",
	"private": false,
	"main": "dist/index.js",
	"repository": "github:jfcieslak/graphql-mongo-query",
	"keywords": [
		"graphql",
		"mongodb"
	],
	"publishConfig": {
		"access": "public"
	},
	"scripts": {
		"build": "tsc",
		"test": "jest",
		"test:watch": "jest --watch",
		"semantic-release": "semantic-release",
		"travis-deploy-once": "travis-deploy-once"
	},
	"devDependencies": {
		"@types/jest": "^24.0.17",
		"codecov": "^3.5.0",
		"jest": "^24.8.0",
		"semantic-release": "^15.13.19",
		"travis-deploy-once": "^5.0.11",
		"ts-jest": "^24.0.2",
		"tslint": "^5.18.0",
		"typescript": "^3.5.3"
	},
	"version": "2.0.6"
}
