51 lines
1.3 KiB
JSON
51 lines
1.3 KiB
JSON
{
|
|
"name": "@backstage/plugin-tech-insights-node",
|
|
"version": "0.4.0-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": "node-library"
|
|
},
|
|
"homepage": "https://backstage.io",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/backstage/backstage",
|
|
"directory": "plugins/tech-insights-node"
|
|
},
|
|
"keywords": [
|
|
"backstage",
|
|
"tech-insights"
|
|
],
|
|
"scripts": {
|
|
"start": "backstage-cli package start",
|
|
"build": "backstage-cli package build",
|
|
"lint": "backstage-cli package lint",
|
|
"test": "backstage-cli package test",
|
|
"prepack": "backstage-cli package prepack",
|
|
"postpack": "backstage-cli package postpack",
|
|
"clean": "backstage-cli package clean"
|
|
},
|
|
"dependencies": {
|
|
"@backstage/backend-common": "workspace:^",
|
|
"@backstage/backend-tasks": "workspace:^",
|
|
"@backstage/config": "workspace:^",
|
|
"@backstage/plugin-tech-insights-common": "workspace:^",
|
|
"@backstage/types": "workspace:^",
|
|
"@types/luxon": "^3.0.0",
|
|
"luxon": "^3.0.0",
|
|
"winston": "^3.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"@backstage/cli": "workspace:^"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
]
|
|
}
|