41 lines
1.1 KiB
JSON
41 lines
1.1 KiB
JSON
{
|
|
"name": "@backstage/plugin-search-backend-module-pg",
|
|
"description": "A module for the search backend that implements search using PostgreSQL",
|
|
"version": "0.3.2-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.2-next.0",
|
|
"@backstage/plugin-search-backend-node": "^0.5.3-next.0",
|
|
"@backstage/plugin-search-common": "^0.3.3-next.0",
|
|
"lodash": "^4.17.21",
|
|
"knex": "^1.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@backstage/backend-test-utils": "^0.1.23-next.0",
|
|
"@backstage/cli": "^0.16.1-next.0"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"migrations"
|
|
]
|
|
}
|