UNPKG

@graphile/supporter

Version:

PostGraphile enhancements for development sponsors

71 lines (70 loc) 1.88 kB
{ "name": "@graphile/supporter", "version": "0.8.4", "description": "PostGraphile enhancements for development sponsors", "main": "dist/index.js", "scripts": { "prerelease": "npm run test && rm -Rf dist && webpack --mode=production", "release": "echo 'Releasing...'", "postrelease": "npm publish --tag=next", "make": "webpack --mode=production", "watch": "webpack --mode=development --watch", "test": "jest" }, "keywords": [ "postgraphile", "plugin", "graphile-build", "graphql", "subscriptions", "postgresql", "pg", "postgres" ], "author": "Benjie Gillam <code@benjiegillam.com>", "license": "SEE LICENSE IN LICENSE.md", "dependencies": { "debug": ">=3 <5", "graphql-subscriptions": "^1.0.0", "lodash": ">=4 <5", "subscriptions-transport-ws": "^0.9.15" }, "devDependencies": { "@babel/core": "^7.2.0", "@babel/plugin-proposal-object-rest-spread": "^7.2.0", "@babel/preset-env": "^7.2.0", "@types/debug": "^0.0.31", "@types/graphql": "^14.0.3", "@types/pg": "^7.4.11", "@types/ws": "^6.0.1", "babel-core": "^7.0.0-bridge.0", "babel-eslint": "^10.0.1", "babel-jest": "^23.6.0", "babel-loader": "^8.0.4", "eslint-config-prettier": "^3.3.0", "eslint-plugin-jest": "^22.1.2", "eslint-plugin-prettier": "^3.0.0", "eslint_d": "^7.2.0", "inquirer": "^6.2.1", "jest": "^23.6.0", "mock-req": "^0.2.0", "mock-res": "^0.5.0", "postgraphile": "^4.1.0", "prettier": "^1.15.3", "regenerator-runtime": "^0.13.1", "semver": "^5.6.0", "webpack": "^4.27.1", "webpack-cli": "^3.1.2" }, "files": [ "dist", "LICENSE.md" ], "jest": { "testRegex": "__tests__/.*\\.test\\.js$", "modulePathIgnorePatterns": [ "<rootDir>/release/" ], "testEnvironment": "node" } }