48 lines
1.4 KiB
JSON
48 lines
1.4 KiB
JSON
{
|
|
"name": "@backstage/plugin-scaffolder-backend-module-rails",
|
|
"description": "A module for the scaffolder backend that lets you template projects using Rails",
|
|
"version": "0.4.7-next.0",
|
|
"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-module"
|
|
},
|
|
"scripts": {
|
|
"build": "backstage-cli package build",
|
|
"start": "backstage-cli package start",
|
|
"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/config": "workspace:^",
|
|
"@backstage/errors": "workspace:^",
|
|
"@backstage/integration": "workspace:^",
|
|
"@backstage/plugin-scaffolder-backend": "workspace:^",
|
|
"@backstage/types": "workspace:^",
|
|
"command-exists": "^1.2.9",
|
|
"fs-extra": "^10.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@backstage/cli": "workspace:^",
|
|
"@types/command-exists": "^1.2.0",
|
|
"@types/fs-extra": "^9.0.1",
|
|
"@types/mock-fs": "^4.13.0",
|
|
"@types/node": "^16.11.26",
|
|
"jest-when": "^3.1.0",
|
|
"mock-fs": "^5.1.0"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
]
|
|
}
|