mirror of
https://github.com/jcreek/Tech-Radar-Editor.git
synced 2026-07-12 18:43:46 +00:00
46 lines
990 B
JSON
46 lines
990 B
JSON
{
|
|
"name": "tech-radar-editor-backend",
|
|
"version": "1.0.0",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"backstage": {
|
|
"role": "backend-plugin"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/jcreek/Tech-Radar-Editor.git",
|
|
"directory": "packages/tech-radar-editor-backend"
|
|
},
|
|
"author": "Josh Creek",
|
|
"license": "GPL-3.0",
|
|
"publishConfig": {
|
|
"provenance": true,
|
|
"registry": "https://registry.npmjs.org/"
|
|
},
|
|
"release": {
|
|
"extends": [
|
|
"../../release.config.cjs",
|
|
"semantic-release-monorepo"
|
|
]
|
|
},
|
|
"scripts": {
|
|
"build": "tsc"
|
|
},
|
|
"dependencies": {
|
|
"@backstage/backend-plugin-api": "^1.3.1",
|
|
"@backstage/config": "^1.3.6",
|
|
"express": "^4.17.1",
|
|
"express-promise-router": "^4.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/express": "^4.17.6",
|
|
"typescript": "^5.5.3"
|
|
},
|
|
"peerDependencies": {
|
|
"@backstage/backend-plugin-api": "^1.x.x"
|
|
}
|
|
}
|