613e46d234
Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra) from 9.1.0 to 10.0.0. - [Release notes](https://github.com/jprichardson/node-fs-extra/releases) - [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md) - [Commits](https://github.com/jprichardson/node-fs-extra/compare/9.1.0...10.0.0) --- updated-dependencies: - dependency-name: fs-extra dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
56 lines
1.4 KiB
JSON
56 lines
1.4 KiB
JSON
{
|
|
"name": "@backstage/config-loader",
|
|
"description": "Config loading functionality used by Backstage backend, and CLI",
|
|
"version": "0.6.4",
|
|
"private": false,
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"main": "dist/index.cjs.js",
|
|
"module": "dist/index.esm.js",
|
|
"types": "dist/index.d.ts"
|
|
},
|
|
"homepage": "https://backstage.io",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/backstage/backstage",
|
|
"directory": "packages/config-loader"
|
|
},
|
|
"keywords": [
|
|
"backstage"
|
|
],
|
|
"license": "Apache-2.0",
|
|
"main": "src/index.ts",
|
|
"types": "src/index.ts",
|
|
"scripts": {
|
|
"build": "backstage-cli build",
|
|
"lint": "backstage-cli lint",
|
|
"test": "backstage-cli test",
|
|
"prepack": "backstage-cli prepack",
|
|
"postpack": "backstage-cli postpack",
|
|
"clean": "backstage-cli clean"
|
|
},
|
|
"dependencies": {
|
|
"@backstage/cli-common": "^0.1.1",
|
|
"@backstage/config": "^0.1.5",
|
|
"@types/json-schema": "^7.0.6",
|
|
"ajv": "^7.0.3",
|
|
"fs-extra": "^10.0.0",
|
|
"json-schema": "^0.3.0",
|
|
"json-schema-merge-allof": "^0.8.1",
|
|
"typescript-json-schema": "^0.50.1",
|
|
"yaml": "^1.9.2",
|
|
"yup": "^0.29.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jest": "^26.0.7",
|
|
"@types/json-schema-merge-allof": "^0.6.0",
|
|
"@types/mock-fs": "^4.10.0",
|
|
"@types/node": "^14.14.32",
|
|
"@types/yup": "^0.29.8",
|
|
"mock-fs": "^4.13.0"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
]
|
|
}
|