54 lines
1.3 KiB
JSON
54 lines
1.3 KiB
JSON
{
|
|
"name": "e2e-test",
|
|
"version": "0.2.41-next.0",
|
|
"description": "E2E test for verifying Backstage packages",
|
|
"backstage": {
|
|
"role": "cli"
|
|
},
|
|
"private": true,
|
|
"keywords": [
|
|
"backstage"
|
|
],
|
|
"homepage": "https://backstage.io",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/backstage/backstage",
|
|
"directory": "packages/e2e-test"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"main": "src/index.ts",
|
|
"bin": "bin/e2e-test",
|
|
"scripts": {
|
|
"build": "backstage-cli package build",
|
|
"clean": "backstage-cli package clean",
|
|
"lint": "backstage-cli package lint",
|
|
"start": "yarn nodemon --",
|
|
"test": "backstage-cli package test",
|
|
"test:e2e": "yarn start"
|
|
},
|
|
"nodemonConfig": {
|
|
"exec": "bin/e2e-test",
|
|
"ext": "ts",
|
|
"watch": "./src"
|
|
},
|
|
"dependencies": {
|
|
"@backstage/cli-common": "workspace:^",
|
|
"@backstage/create-app": "workspace:^",
|
|
"@backstage/errors": "workspace:^",
|
|
"chalk": "^4.0.0",
|
|
"commander": "^14.0.3",
|
|
"cross-fetch": "^4.0.0",
|
|
"fs-extra": "^11.2.0",
|
|
"handlebars": "^4.7.3",
|
|
"mysql2": "^3.0.0",
|
|
"pgtools": "^1.0.0",
|
|
"tree-kill": "^1.2.2"
|
|
},
|
|
"devDependencies": {
|
|
"@backstage/cli": "workspace:^",
|
|
"@types/fs-extra": "^11.0.0",
|
|
"@types/node": "^22.13.14",
|
|
"nodemon": "^3.0.1"
|
|
}
|
|
}
|