{ "name": "@backstage/plugin-tech-insights-common", "version": "0.2.12", "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": "common-library" }, "homepage": "https://backstage.io", "repository": { "type": "git", "url": "https://github.com/backstage/backstage", "directory": "plugins/tech-insights-common" }, "keywords": [ "backstage", "tech-insights" ], "sideEffects": false, "scripts": { "start": "backstage-cli backend:dev", "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/types": "workspace:^", "@types/luxon": "^3.0.0", "luxon": "^3.0.0" }, "devDependencies": { "@backstage/cli": "workspace:^" }, "files": [ "dist" ] }