{ "name": "@backstage/plugin-search-backend-module-pg", "description": "A module for the search backend that implements search using PostgreSQL", "version": "0.3.3-next.0", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", "publishConfig": { "access": "public", "main": "dist/index.cjs.js", "types": "dist/index.d.ts" }, "backstage": { "role": "backend-plugin-module" }, "scripts": { "start": "backstage-cli package start", "build": "backstage-cli package build", "lint": "backstage-cli package lint", "test": "backstage-cli package test", "prepack": "backstage-cli package prepack", "postpack": "backstage-cli package postpack", "clean": "backstage-cli package clean" }, "dependencies": { "@backstage/backend-common": "^0.13.3-next.0", "@backstage/plugin-search-backend-node": "^0.6.1-next.0", "@backstage/plugin-search-common": "^0.3.3", "lodash": "^4.17.21", "knex": "^1.0.2" }, "devDependencies": { "@backstage/backend-test-utils": "^0.1.24-next.0", "@backstage/cli": "^0.17.1-next.0" }, "files": [ "dist", "migrations" ] }