57 lines
1.6 KiB
JSON
57 lines
1.6 KiB
JSON
{
|
|
"name": "@backstage/plugin-entity-feedback-backend",
|
|
"version": "0.2.6-next.2",
|
|
"main": "src/index.ts",
|
|
"types": "src/index.ts",
|
|
"license": "Apache-2.0",
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"main": "dist/index.cjs.js",
|
|
"types": "dist/index.d.ts"
|
|
},
|
|
"backstage": {
|
|
"role": "backend-plugin"
|
|
},
|
|
"homepage": "https://backstage.io",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/backstage/backstage",
|
|
"directory": "plugins/entity-feedback-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": "workspace:^",
|
|
"@backstage/backend-plugin-api": "workspace:^",
|
|
"@backstage/catalog-client": "workspace:^",
|
|
"@backstage/catalog-model": "workspace:^",
|
|
"@backstage/config": "workspace:^",
|
|
"@backstage/plugin-auth-node": "workspace:^",
|
|
"@backstage/plugin-entity-feedback-common": "workspace:^",
|
|
"@types/express": "*",
|
|
"express": "^4.18.1",
|
|
"express-promise-router": "^4.1.0",
|
|
"knex": "^3.0.0",
|
|
"node-fetch": "^2.6.7",
|
|
"winston": "^3.2.1",
|
|
"yn": "^4.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@backstage/backend-test-utils": "workspace:^",
|
|
"@backstage/cli": "workspace:^",
|
|
"@types/supertest": "^2.0.12",
|
|
"supertest": "^6.2.4"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"migrations/**/*.{js,d.ts}"
|
|
]
|
|
}
|