36 lines
929 B
JSON
36 lines
929 B
JSON
{
|
|
"name": "@backstage/plugin-devtools-common",
|
|
"description": "Common functionalities for the devtools plugin",
|
|
"version": "0.1.1-next.0",
|
|
"main": "src/index.ts",
|
|
"types": "src/index.ts",
|
|
"license": "Apache-2.0",
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"main": "dist/index.cjs.js",
|
|
"module": "dist/index.esm.js",
|
|
"types": "dist/index.d.ts"
|
|
},
|
|
"backstage": {
|
|
"role": "common-library"
|
|
},
|
|
"scripts": {
|
|
"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/plugin-permission-common": "workspace:^",
|
|
"@backstage/types": "workspace:^"
|
|
},
|
|
"devDependencies": {
|
|
"@backstage/cli": "workspace:^"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
]
|
|
}
|