{
  "name": "sharec-schema",
  "version": "3.1.0",
  "description": "Utilities for configuration files merge",
  "keywords": [
    "configuration",
    "sharec",
    "sharing",
    "reusable code",
    "codemods",
    "codegeneration"
  ],
  "homepage": "https://sharec.js.org",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lamartire/sharec"
  },
  "author": "Konstantin Epishev <lamartire@gmail.com>",
  "license": "MIT",
  "scripts": {
    "test": "tsc --noEmit && jest",
    "types": "tsc --emitDeclarationOnly"
  },
  "main": "./lib/index.js",
  "types": "./types/index.d.ts",
  "jest": {
    "moduleDirectories": [
      "node_modules",
      "src",
      "../../test"
    ],
    "moduleFileExtensions": [
      "js",
      "json"
    ],
    "testMatch": [
      "**/*.test.js"
    ],
    "testPathIgnorePatterns": [
      "node_modules"
    ],
    "coveragePathIgnorePatterns": [
      "node_modules"
    ],
    "setupFilesAfterEnv": [
      "./jest.setup.js"
    ]
  },
  "devDependencies": {
    "jest": "^26.6.3",
    "jest-cli": "^26.6.3",
    "memfs": "^3.4.1"
  },
  "dependencies": {
    "js-yaml": "^4.0.0",
    "json8": "^1.0.3",
    "lodash.flow": "^3.5.0",
    "lodash.head": "^4.0.1",
    "lodash.identity": "^3.0.0",
    "lodash.isequal": "^4.5.0",
    "lodash.isundefined": "^3.0.1",
    "lodash.last": "^3.0.0",
    "lodash.mapvalues": "^4.6.0",
    "lodash.omitby": "^4.6.0",
    "lodash.trim": "^4.5.1",
    "lodash.uniqwith": "^4.5.0",
    "lodash.without": "^4.4.0",
    "sharec-utils": "^3.1.0"
  },
  "gitHead": "344bea4305a9f151cf03575e1d21f16a93334526"
}
