22 lines
565 B
JSON
22 lines
565 B
JSON
{
|
|
"name": "@backstage/plugin-welcome",
|
|
"version": "0.1.1-alpha.0",
|
|
"main": "dist/cjs/index.js",
|
|
"types": "dist/cjs/index.d.ts",
|
|
"license": "Apache-2.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "backstage-cli build-cache -- backstage-cli plugin:build",
|
|
"lint": "backstage-cli lint",
|
|
"test": "backstage-cli test"
|
|
},
|
|
"devDependencies": {
|
|
"@backstage/cli": "^0.1.1-alpha.0",
|
|
"@backstage/core": "^0.1.1-alpha.0",
|
|
"@types/testing-library__jest-dom": "5.0.2"
|
|
},
|
|
"dependencies": {
|
|
"@material-ui/lab": "4.0.0-alpha.45"
|
|
}
|
|
}
|