e133f76cd1
Bumps [ts-node](https://github.com/TypeStrong/ts-node) from 8.10.2 to 9.1.1. - [Release notes](https://github.com/TypeStrong/ts-node/releases) - [Commits](https://github.com/TypeStrong/ts-node/compare/v8.10.2...v9.1.1) Signed-off-by: dependabot[bot] <support@github.com>
46 lines
1.0 KiB
JSON
46 lines
1.0 KiB
JSON
{
|
|
"name": "e2e-test",
|
|
"description": "E2E test for verifying Backstage packages",
|
|
"version": "0.2.0",
|
|
"private": true,
|
|
"homepage": "https://backstage.io",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/backstage/backstage",
|
|
"directory": "packages/e2e-test"
|
|
},
|
|
"keywords": [
|
|
"backstage"
|
|
],
|
|
"license": "Apache-2.0",
|
|
"main": "src/index.ts",
|
|
"scripts": {
|
|
"start": "nodemon --",
|
|
"lint": "backstage-cli lint",
|
|
"test": "backstage-cli test",
|
|
"test:e2e": "yarn start"
|
|
},
|
|
"bin": {
|
|
"e2e-test": "bin/e2e-test"
|
|
},
|
|
"devDependencies": {
|
|
"@backstage/cli-common": "^0.1.1",
|
|
"@types/fs-extra": "^9.0.1",
|
|
"@types/node": "^14.14.32",
|
|
"chalk": "^4.0.0",
|
|
"commander": "^6.1.0",
|
|
"cross-fetch": "^3.0.6",
|
|
"fs-extra": "^9.0.0",
|
|
"handlebars": "^4.7.3",
|
|
"pgtools": "^0.3.0",
|
|
"tree-kill": "^1.2.2",
|
|
"ts-node": "^9.1.1",
|
|
"zombie": "^6.1.4"
|
|
},
|
|
"nodemonConfig": {
|
|
"watch": "./src",
|
|
"exec": "bin/e2e-test",
|
|
"ext": "ts"
|
|
}
|
|
}
|