@adityasinghal26/plugin-oracle-cloud-backend
Version:
A backend plugin implementation to connect to the Oracle Cloud API.
63 lines (62 loc) • 1.56 kB
JSON
{
"name": "@adityasinghal26/plugin-oracle-cloud-backend",
"version": "0.3.0",
"main": "dist/index.cjs.js",
"types": "dist/index.d.ts",
"license": "Apache-2.0",
"publishConfig": {
"access": "public",
"main": "dist/index.cjs.js",
"types": "dist/index.d.ts"
},
"backstage": {
"role": "backend-plugin"
},
"repository": {
"type": "git",
"url": "https://github.com/adityasinghal26/backstage-plugins",
"directory": "plugins/oracle-cloud-backend"
},
"scripts": {
"start": "backstage-cli package start",
"build": "backstage-cli package build",
"lint": "backstage-cli package lint",
"test": "backstage-cli package test",
"clean": "backstage-cli package clean",
"prepack": "backstage-cli package prepack",
"postpack": "backstage-cli package postpack"
},
"dependencies": {
"@backstage/backend-common": "^0.20.0",
"@backstage/config": "^1.1.1",
"@types/express": "*",
"express": "^4.17.1",
"express-promise-router": "^4.1.0",
"node-fetch": "^2.6.7",
"oci-artifacts": "^2.76.0",
"oci-common": "^2.76.0",
"oci-identity": "^2.76.0",
"winston": "^3.2.1",
"yn": "^4.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.25.0",
"@types/supertest": "^2.0.12",
"msw": "^1.0.0",
"supertest": "^6.2.4"
},
"keywords": [
"backstage",
"plugin",
"backend",
"oracle",
"oracle-cloud",
"oracle-cloud-infrastructure"
],
"files": [
"dist",
"config.d.ts",
"config"
],
"configSchema": "config.d.ts"
}