{ "name": "@backstage/search-common", "description": "Common functionalities for Search, to be shared between various search-enabled plugins", "version": "0.2.0", "main": "src/index.ts", "types": "src/index.ts", "private": false, "publishConfig": { "access": "public", "main": "dist/index.cjs.js", "types": "dist/index.d.ts" }, "homepage": "https://backstage.io", "repository": { "type": "git", "url": "https://github.com/backstage/backstage", "directory": "packages/search-common" }, "keywords": [ "backstage", "search" ], "license": "Apache-2.0", "files": [ "dist" ], "scripts": { "build": "backstage-cli build --outputs cjs,types", "lint": "backstage-cli lint", "test": "backstage-cli test", "prepack": "backstage-cli prepack", "postpack": "backstage-cli postpack", "clean": "backstage-cli clean" }, "bugs": { "url": "https://github.com/backstage/backstage/issues" }, "dependencies": { "@backstage/config": "^0.1.6" }, "devDependencies": { "@backstage/cli": "^0.7.10" }, "jest": { "roots": [ ".." ] } }