{ "name": "@backstage/release-manifests", "description": "Helper library for receiving release manifests", "version": "0.0.4", "private": false, "main": "dist/index.cjs.js", "types": "dist/index.d.ts", "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/release-manifests" }, "keywords": [ "backstage" ], "license": "Apache-2.0", "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" }, "dependencies": { "cross-fetch": "^3.1.5" }, "devDependencies": { "@backstage/test-utils": "^1.1.1", "@types/jest": "^26.0.7", "@types/node": "^16.0.0", "msw": "^0.42.0" }, "files": [ "dist" ], "gitHead": "e42cb3887e41f756c16380d757d93feda27f40ee", "module": "dist/index.esm.js" }