graphile-search-plugin
Version:
Generate search conditions for your tsvector columns (PostGraphile v5)
67 lines (66 loc) • 1.74 kB
JSON
{
"name": "graphile-search-plugin",
"version": "3.6.2",
"description": "Generate search conditions for your tsvector columns (PostGraphile v5)",
"author": "Constructive <developers@constructive.io>",
"homepage": "https://github.com/constructive-io/constructive",
"license": "MIT",
"main": "index.js",
"module": "esm/index.js",
"types": "index.d.ts",
"scripts": {
"clean": "makage clean",
"prepack": "npm run build",
"build": "makage build",
"build:dev": "makage build --dev",
"lint": "eslint . --fix",
"test": "jest",
"test:watch": "jest --watch"
},
"publishConfig": {
"access": "public",
"directory": "dist"
},
"repository": {
"type": "git",
"url": "https://github.com/constructive-io/constructive"
},
"keywords": [
"postgraphile",
"graphile",
"constructive",
"pgpm",
"plugin",
"postgres",
"graphql",
"search",
"tsvector",
"full-text-search"
],
"bugs": {
"url": "https://github.com/constructive-io/constructive/issues"
},
"devDependencies": {
"@types/node": "^22.19.11",
"graphile-test": "^4.5.2",
"makage": "^0.1.10",
"pgsql-test": "^4.5.2",
"postgraphile-plugin-connection-filter": "3.0.0-rc.1"
},
"peerDependencies": {
"@dataplan/pg": "1.0.0-rc.5",
"graphile-build": "5.0.0-rc.4",
"graphile-build-pg": "5.0.0-rc.5",
"graphile-config": "1.0.0-rc.5",
"graphql": "^16.9.0",
"pg-sql2": "5.0.0-rc.4",
"postgraphile": "5.0.0-rc.7",
"postgraphile-plugin-connection-filter": "3.0.0-rc.1"
},
"peerDependenciesMeta": {
"postgraphile-plugin-connection-filter": {
"optional": true
}
},
"gitHead": "4fd2c9be786ad9ae2213453276a69723435d5315"
}