@graphile/pro
Version:
Professional PostGraphile enhancements
65 lines (64 loc) • 1.82 kB
JSON
{
"name": "@graphile/pro",
"version": "2.1.1",
"description": "Professional PostGraphile enhancements",
"main": "dist/index.js",
"scripts": {
"prerelease": "npm run test && rm -Rf dist && webpack --mode=production",
"release": "echo 'Releasing...'",
"postrelease": "npm publish --tag=next",
"watch": "webpack --mode=development --watch",
"build": "webpack --mode=production",
"pretest": "psql -Xv ON_ERROR_STOP=1 pggql_test -f __tests__/kitchen-sink-schema.sql -f __tests__/kitchen-sink-data.sql",
"test": "jest -i",
"lint": "prettier --list-different 'src/**/*.ts' '__tests__/**/*.ts' && eslint 'src/**/*.ts'"
},
"keywords": [
"postgraphile",
"plugin",
"graphile-build",
"graphql",
"pro",
"production",
"postgresql",
"pg",
"postgres"
],
"author": "Benjie Gillam <code@benjiegillam.com>",
"license": "SEE LICENSE IN LICENSE.md",
"devDependencies": {
"@graphile/pg-pubsub": "^4.10.0",
"@types/jest": "26.x",
"@typescript-eslint/eslint-plugin": "^4.8.1",
"@typescript-eslint/parser": "^4.8.1",
"@typescript-eslint/typescript-estree": "^4.8.1",
"eslint": "^7.13.0",
"inquirer": "^7.3.3",
"jest": "26.6.3",
"jest-serializer-graphql-schema": "^4.9.0",
"mock-req": "^0.2.0",
"mock-res": "^0.6.0",
"postgraphile": "^4.13.0",
"prettier": "^2.2.0",
"semver": "^7.3.2",
"ts-jest": "^26.4.4",
"ts-loader": "^8.0.11",
"typescript": "^4.1.2",
"webpack": "^5.6.0",
"webpack-cli": "^4.2.0"
},
"peerDependencies": {
"postgraphile": "^4.9.1"
},
"dependencies": {
"@graphile/depth-limit": "^0.3.0",
"@types/pg": ">=6 <9",
"graphql": ">=0.9 <16",
"json5": "^2.2.3",
"pg": ">=6.1.0 <9"
},
"files": [
"dist",
"LICENSE.md"
]
}