61f89dd90b
Bumps [yup](https://github.com/jquense/yup) from 0.28.5 to 0.29.1. - [Release notes](https://github.com/jquense/yup/releases) - [Changelog](https://github.com/jquense/yup/blob/master/CHANGELOG.md) - [Commits](https://github.com/jquense/yup/compare/v0.28.5...v0.29.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
47 lines
1.1 KiB
JSON
47 lines
1.1 KiB
JSON
{
|
|
"name": "@backstage/config-loader",
|
|
"description": "Config loading functionality used by Backstage backend, and CLI",
|
|
"version": "0.1.1-alpha.12",
|
|
"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/spotify/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/config": "^0.1.1-alpha.12",
|
|
"fs-extra": "^9.0.0",
|
|
"yaml": "^1.9.2",
|
|
"yup": "^0.29.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jest": "^25.2.2",
|
|
"@types/node": "^12.0.0",
|
|
"@types/yup": "^0.28.2"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
]
|
|
}
|