Files
backstage/packages/release-manifest/package.json
T
Johan Haals cbf43cee68 Remove unused dependencies
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2022-02-08 10:09:32 +01:00

44 lines
1.0 KiB
JSON

{
"name": "@backstage/release-manifest",
"description": "Package information for ",
"version": "0.0.1",
"private": false,
"main": "src/index.ts",
"types": "src/index.ts",
"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/release-manifest"
},
"keywords": [
"backstage"
],
"license": "Apache-2.0",
"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"
},
"dependencies": {
"node-fetch": "^2.6.1"
},
"devDependencies": {
"@backstage/test-utils": "^0.2.3",
"msw": "^0.35.0",
"@types/jest": "^26.0.7",
"@types/node": "^14.14.32"
},
"files": [
"dist"
]
}