{
  "name": "config-extends",
  "version": "5.0.0",
  "description": "Allow to extend yaml or json files configuration",
  "scripts": {
    "test": "npx jest --config jest-unit-config.json"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/data7expressions/config-extends.git"
  },
  "keywords": [
    "json",
    "yaml",
    "extend",
    "extends",
    "config",
    "configuration",
    "inheritance"
  ],
  "author": "Flavio Lionel Rita <flaviolrita@hotmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/data7expressions/config-extends/issues"
  },
  "homepage": "https://github.com/data7expressions/config-extends#readme",
  "publishConfig": {
    "access": "public"
  },
  "main": "index.js",
  "types": "index.d.ts",
  "dependencies": {
    "@types/js-yaml": "^4.0.9",
    "h3lp": "^5.0.0",
    "js-yaml": "^4.1.0",
    "minimist": "^1.2.8"
  }
}