postgraphile-plugin-connection-filter
Version:
Filtering on PostGraphile connections
88 lines (87 loc) • 2.72 kB
JSON
{
"name": "postgraphile-plugin-connection-filter",
"version": "3.0.1",
"description": "Filtering on PostGraphile connections",
"main": "dist/index.js",
"scripts": {
"clean": "rm -Rf dist",
"build": "tsc -p tsconfig.build.json",
"watch": "yarn build --watch",
"format": "prettier --ignore-path ./.lintignore",
"format:all": "yarn format '**/*.{json,md,html,js,jsx,ts,tsx}'",
"format:fix": "yarn format:all --write",
"format:check": "yarn format:all --list-different",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"lint:fix": "yarn lint --fix && yarn format:fix",
"postversion": "node --experimental-strip-types scripts/postversion.mts",
"prepack": "rm -Rf dist && npm run build",
"test": "jest -i",
"typecheck": "tsc --noEmit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/graphile-contrib/postgraphile-plugin-connection-filter.git"
},
"author": "Matt Bretl",
"license": "MIT",
"bugs": {
"url": "https://github.com/graphile-contrib/postgraphile-plugin-connection-filter/issues"
},
"peerDependencies": {
"postgraphile": "^5.0.3"
},
"peerDependenciesMeta": {
"postgraphile": {
"optional": true
}
},
"dependencies": {
"@tsconfig/node20": "^20.1.4",
"tslib": "^2.5.0"
},
"devDependencies": {
"@babel/eslint-parser": "^7.28.5",
"@babel/plugin-transform-runtime": "^7.28.5",
"@babel/preset-env": "^7.28.5",
"@babel/preset-typescript": "^7.28.5",
"@dataplan/pg": "^1.0.3",
"@eslint/compat": "^2.0.0",
"@eslint/eslintrc": "^3.3.1",
"@eslint/js": "^9.39.1",
"@types/jest": "29.5.0",
"@types/pg": "^8.11.11",
"@typescript-eslint/parser": "^8.47.0",
"babel-jest": "^29.6.4",
"babel-plugin-transform-import-meta": "^2.3.3",
"eslint": "^9.39.1",
"eslint-config-prettier": "^10.1.8",
"eslint-import-resolver-typescript": "^4.4.4",
"eslint-plugin-graphile-export": "^1.0.0",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jest": "^28.14.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-tsdoc": "^0.5.0",
"eslint_d": "^14.3.0",
"grafast": "^1.0.0",
"grafserv": "^1.0.0",
"graphile": "^5.0.0",
"graphile-build": "^5.0.0",
"graphile-build-pg": "^5.0.0",
"graphile-export": "^1.0.0",
"graphql": "^16.9.0",
"jest": "29.7.0",
"module-from-string": "^3.3.0",
"pg": "^8.14.1",
"pg-introspection": "^1.0.0",
"pg-sql2": "^5.0.0",
"postgraphile": "^5.0.3",
"prettier": "^3.6.2",
"ts-jest": "29.1.0",
"typescript": "^5.0.4",
"typescript-eslint": "^8.47.0"
},
"files": [
"dist"
],
"packageManager": "yarn@4.14.1"
}