{ "name": "@backstage/types", "description": "Common TypeScript types used within Backstage", "version": "1.1.1", "main": "dist/index.cjs.js", "types": "dist/index.d.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": "packages/types" }, "keywords": [ "backstage" ], "sideEffects": false, "scripts": { "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" }, "devDependencies": { "@backstage/cli": "^0.22.13", "@types/zen-observable": "^0.8.0", "luxon": "^3.0.0", "zen-observable": "^0.10.0" }, "files": [ "dist" ], "module": "dist/index.esm.js" }