{
  "name": "json-light",
  "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/json-light.git"
  },
  "keywords": [
    "json",
    "light",
    "serialized",
    "schema",
    "deserializer",
    "parse",
    "stringify"
  ],
  "author": "Flavio Lionel Rita <flaviolrita@hotmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/data7expressions/json-light/issues"
  },
  "homepage": "https://github.com/data7expressions/json-light#readme",
  "publishConfig": {
    "access": "public"
  },
  "main": "index.js",
  "types": "index.d.ts",
  "dependencies": {
    "minimist": "^1.2.6",
    "typ3s": "^5.0.0"
  }
}