{
  "name": "standard-shared-config",
  "version": "5.1.2",
  "description": "One shared config to rule them all",
  "license": "MIT",
  "homepage": "https://github.com/keindev/standard-shared-config#readme",
  "author": "Daniil Ryazanov <kein@tagproject.ru>",
  "keywords": [
    "automated",
    "cli",
    "config",
    "one",
    "shared",
    "standard",
    "unify"
  ],
  "bugs": "https://github.com/keindev/standard-shared-config/issues",
  "types": "./lib/index.d.ts",
  "type": "module",
  "exports": "./lib/index.js",
  "bin": {
    "shared-config": "bin/shared-config.js",
    "standard-shared-config": "bin/shared-config.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/keindev/standard-shared-config.git"
  },
  "engines": {
    "node": ">=15.14.0",
    "npm": ">=7.7.6"
  },
  "scripts": {
    "build": "run-s build:*",
    "build:ts": "rimraf lib && tsc --extendedDiagnostics",
    "generate": "run-s generate:*",
    "generate:changelog": "changelog generate --bump",
    "generate:ghinfo": "ghinfo generate -d media -t utils",
    "lint": "run-s lint:*",
    "lint:eslint": "rimraf coverage && eslint src --ext .ts",
    "lint:spell": "cspell -c .vscode/cspell.json --no-summary \"**/*.{js,ts,tsx,md,yml,json}\"",
    "prepare": "run-s prepare:*",
    "prepare:config": "ts-package-shared-config",
    "prepare:docs": "docs-shared-config",
    "prepare:husky": "husky install",
    "prepare:vscode": "vscode-shared-config",
    "release": "run-s prepare lint test build generate",
    "test": "run-s test:*",
    "test:jest": "node --experimental-vm-modules node_modules/.bin/jest"
  },
  "dependencies": {
    "glob": "^10.3.10",
    "ignorefile-merge": "^1.1.2",
    "jsonfile": "^6.1.0",
    "lodash.isequal": "^4.5.0",
    "lodash.unionwith": "^4.6.0",
    "package-json-helper": "^6.0.1",
    "tasktree-cli": "^8.1.0",
    "yaml": "^2.3.4",
    "yargs": "^17.7.2"
  },
  "devDependencies": {
    "@tagproject/ts-package-shared-config": "^11.0.4",
    "@types/lodash.isequal": "^4.5.8",
    "@types/lodash.unionwith": "^4.6.9",
    "@types/semver": "^7.5.7",
    "@types/strip-comments": "^2.0.4",
    "strip-ansi": "^7.1.0",
    "ts-node": "^10.9.2"
  }
}
