{
  "name": "json-light",
  "version": "1.0.14",
  "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",
  "dependencies": {
    "minimist": "^1.2.6",
    "typ3s": "1.0.9"
  },
  "main": "index.js",
  "types": "index.d.ts"
}