UNPKG

postgraphile-plugin-connection-filter

Version:
40 lines (39 loc) 991 B
{ "name": "postgraphile-plugin-connection-filter", "version": "1.0.0-alpha.10", "description": "Advanced filtering of Connections in PostGraphile", "main": "index.js", "scripts": { "test": "scripts/test" }, "repository": { "type": "git", "url": "git+https://github.com/mattbretl/postgraphile-plugin-connection-filter.git" }, "author": "Matt Bretl", "license": "MIT", "bugs": { "url": "https://github.com/mattbretl/postgraphile-plugin-connection-filter/issues" }, "dependencies": {}, "peerDependencies": { "postgraphile": "4.0.0-alpha2.33" }, "devDependencies": { "eslint": "^4.0.0", "eslint-config-prettier": "2.3.0", "eslint-plugin-jest": "^20.0.3", "eslint-plugin-prettier": "^2.1.2", "graphql": "^0.10.5", "jest": "^20.0.4", "pg": ">=6.1.0 <8", "postgraphile-core": "4.0.0-alpha.4", "prettier": "^1.4.4" }, "jest": { "testRegex": "__tests__/.*\\.test\\.js$" }, "files": [ "src" ] }