{
  "name": "graphile-search-plugin",
  "version": "0.1.2",
  "description": "generate search conditions for your tsvector columns",
  "author": "Dan Lynch <pyramation@gmail.com>",
  "homepage": "https://github.com/pyramation/graphile-search-plugin#readme",
  "license": "SEE LICENSE IN LICENSE",
  "main": "main/index.js",
  "module": "module/index.js",
  "directories": {
    "lib": "src",
    "test": "__tests__"
  },
  "files": [
    "main",
    "module"
  ],
  "scripts": {
    "build:main": "cross-env BABEL_ENV=production babel src --out-dir main --delete-dir-on-start",
    "build:module": "cross-env MODULE=true babel src --out-dir module --delete-dir-on-start",
    "build": "npm run build:module && npm run build:main",
    "prepublish": "npm run build",
    "dev": "cross-env NODE_ENV=development babel-node src/index",
    "watch": "cross-env NODE_ENV=development babel-watch src/index",
    "lint": "eslint src --fix",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:debug": "node --inspect node_modules/.bin/jest --runInBand"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/pyramation/graphile-search-plugin"
  },
  "keywords": [
    "postgraphile",
    "graphile",
    "launchql",
    "plugin",
    "postgres",
    "graphql"
  ],
  "bugs": {
    "url": "https://github.com/pyramation/graphile-search-plugin/issues"
  },
  "devDependencies": {
    "@babel/cli": "7.11.6",
    "@babel/core": "7.11.6",
    "@babel/node": "^7.10.5",
    "@babel/plugin-proposal-class-properties": "7.10.4",
    "@babel/plugin-proposal-export-default-from": "7.10.4",
    "@babel/plugin-proposal-object-rest-spread": "7.11.0",
    "@babel/plugin-transform-runtime": "7.11.5",
    "@babel/preset-env": "7.11.5",
    "@pyramation/postgraphile-plugin-fulltext-filter": "2.0.0",
    "babel-core": "7.0.0-bridge.0",
    "babel-eslint": "10.1.0",
    "babel-jest": "25.1.0",
    "babel-watch": "^7.0.0",
    "cross-env": "^7.0.2",
    "envalid": "^6.0.2",
    "eslint": "6.8.0",
    "eslint-config-prettier": "^6.10.0",
    "eslint-plugin-prettier": "^3.1.2",
    "graphile-simple-inflector": "^0.1.1",
    "graphile-test": "^0.1.1",
    "jest": "^24.5.0",
    "jest-in-case": "^1.0.2",
    "postgraphile-plugin-connection-filter": "^2.0.0",
    "prettier": "^2.1.2",
    "regenerator-runtime": "^0.13.7"
  },
  "dependencies": {
    "@babel/runtime": "^7.11.2"
  }
}
