1f29047bad
Signed-off-by: Renovate Bot <bot@renovateapp.com>
59 lines
1.5 KiB
JSON
59 lines
1.5 KiB
JSON
{
|
|
"name": "@backstage/integration",
|
|
"description": "Helpers for managing integrations towards external systems",
|
|
"version": "1.2.2-next.2",
|
|
"main": "src/index.ts",
|
|
"types": "src/index.ts",
|
|
"license": "Apache-2.0",
|
|
"private": false,
|
|
"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/integration"
|
|
},
|
|
"keywords": [
|
|
"backstage"
|
|
],
|
|
"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": {
|
|
"@backstage/config": "^1.0.1",
|
|
"@backstage/errors": "^1.1.0-next.0",
|
|
"cross-fetch": "^3.1.5",
|
|
"git-url-parse": "^12.0.0",
|
|
"@octokit/rest": "^18.5.3",
|
|
"@octokit/auth-app": "^4.0.0",
|
|
"luxon": "^2.0.2",
|
|
"lodash": "^4.17.21"
|
|
},
|
|
"devDependencies": {
|
|
"@backstage/cli": "^0.18.0-next.2",
|
|
"@backstage/config-loader": "^1.1.3-next.0",
|
|
"@backstage/test-utils": "^1.1.2-next.1",
|
|
"@types/jest": "^26.0.7",
|
|
"@types/luxon": "^2.0.4",
|
|
"msw": "^0.43.0"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"config.d.ts"
|
|
],
|
|
"configSchema": "config.d.ts"
|
|
}
|