d3b6c6c12a
Bumps [msw](https://github.com/mswjs/msw) from 0.21.2 to 0.29.0. - [Release notes](https://github.com/mswjs/msw/releases) - [Changelog](https://github.com/mswjs/msw/blob/master/CHANGELOG.md) - [Commits](https://github.com/mswjs/msw/compare/v0.21.2...v0.29.0) --- updated-dependencies: - dependency-name: msw dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
53 lines
1.2 KiB
JSON
53 lines
1.2 KiB
JSON
{
|
|
"name": "@backstage/integration",
|
|
"version": "0.5.6",
|
|
"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"
|
|
},
|
|
"homepage": "https://backstage.io",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/backstage/backstage",
|
|
"directory": "packages/integration"
|
|
},
|
|
"keywords": [
|
|
"backstage"
|
|
],
|
|
"scripts": {
|
|
"build": "backstage-cli build",
|
|
"lint": "backstage-cli lint",
|
|
"test": "backstage-cli test",
|
|
"prepack": "backstage-cli prepack",
|
|
"postpack": "backstage-cli postpack",
|
|
"clean": "backstage-cli clean"
|
|
},
|
|
"dependencies": {
|
|
"@backstage/config": "^0.1.5",
|
|
"cross-fetch": "^3.0.6",
|
|
"git-url-parse": "^11.4.4",
|
|
"@octokit/rest": "^18.5.3",
|
|
"@octokit/auth-app": "^3.4.0",
|
|
"luxon": "^1.25.0"
|
|
},
|
|
"devDependencies": {
|
|
"@backstage/cli": "^0.7.0",
|
|
"@backstage/config-loader": "^0.6.3",
|
|
"@backstage/test-utils": "^0.1.13",
|
|
"@types/jest": "^26.0.7",
|
|
"@types/luxon": "^1.25.0",
|
|
"msw": "^0.29.0"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"config.d.ts"
|
|
],
|
|
"configSchema": "config.d.ts"
|
|
}
|