{ "name": "@backstage/plugin-adr-common", "description": "Common functionalities for the adr plugin", "version": "0.2.15", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", "publishConfig": { "access": "public", "main": "dist/index.cjs.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts" }, "backstage": { "role": "common-library" }, "homepage": "https://backstage.io", "repository": { "type": "git", "url": "https://github.com/backstage/backstage", "directory": "plugins/adr-common" }, "sideEffects": false, "scripts": { "build": "backstage-cli package build", "lint": "backstage-cli package lint", "test": "backstage-cli package test", "clean": "backstage-cli package clean", "prepack": "backstage-cli package prepack", "postpack": "backstage-cli package postpack" }, "dependencies": { "@backstage/catalog-model": "workspace:^", "@backstage/integration": "workspace:^", "@backstage/plugin-search-common": "workspace:^", "front-matter": "^4.0.2", "luxon": "^3.0.0" }, "devDependencies": { "@backstage/cli": "workspace:^" }, "files": [ "dist" ] }