72 lines
1.8 KiB
JSON
72 lines
1.8 KiB
JSON
{
|
|
"name": "@backstage/backend-openapi-utils",
|
|
"version": "0.6.6",
|
|
"description": "OpenAPI typescript support.",
|
|
"backstage": {
|
|
"role": "node-library"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"homepage": "https://backstage.io",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/backstage/backstage",
|
|
"directory": "packages/backend-openapi-utils"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"exports": {
|
|
".": "./src/index.ts",
|
|
"./testUtils": "./src/testUtils.ts",
|
|
"./package.json": "./package.json"
|
|
},
|
|
"main": "src/index.ts",
|
|
"types": "src/index.ts",
|
|
"typesVersions": {
|
|
"*": {
|
|
"testUtils": [
|
|
"src/testUtils.ts"
|
|
],
|
|
"package.json": [
|
|
"package.json"
|
|
]
|
|
}
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"build": "backstage-cli package build",
|
|
"clean": "backstage-cli package clean",
|
|
"lint": "backstage-cli package lint",
|
|
"prepack": "backstage-cli package prepack",
|
|
"postpack": "backstage-cli package postpack",
|
|
"start": "backstage-cli package start",
|
|
"test": "backstage-cli package test"
|
|
},
|
|
"dependencies": {
|
|
"@apidevtools/swagger-parser": "^10.1.0",
|
|
"@backstage/backend-plugin-api": "workspace:^",
|
|
"@backstage/errors": "workspace:^",
|
|
"@backstage/types": "workspace:^",
|
|
"@types/express": "^4.17.6",
|
|
"@types/express-serve-static-core": "^4.17.5",
|
|
"ajv": "^8.16.0",
|
|
"express": "^4.22.0",
|
|
"express-openapi-validator": "^5.5.8",
|
|
"express-promise-router": "^4.1.0",
|
|
"get-port": "^5.1.1",
|
|
"json-schema-to-ts": "^3.0.0",
|
|
"lodash": "^4.17.21",
|
|
"mockttp": "^3.13.0",
|
|
"openapi-merge": "^1.3.2",
|
|
"openapi3-ts": "^3.1.2"
|
|
},
|
|
"devDependencies": {
|
|
"@backstage/cli": "workspace:^",
|
|
"@backstage/test-utils": "workspace:^",
|
|
"msw": "^1.0.0",
|
|
"supertest": "^7.0.0"
|
|
}
|
|
}
|