{
  "name": "@tagproject/vscode-shared-config",
  "version": "4.0.4",
  "description": "Standard shared config for tagproject packages with Node.js and TypeScript",
  "license": "MIT",
  "homepage": "https://github.com/tagproject/vscode-shared-config#readme",
  "author": "Daniil Ryazanov <kein@tagproject.ru>",
  "keywords": [
    "config",
    "shared",
    "standard",
    "vscode"
  ],
  "bugs": "https://github.com/tagproject/vscode-shared-config/issues",
  "types": "./lib/index.d.ts",
  "type": "module",
  "exports": "./lib/index.js",
  "bin": {
    "vscode-shared-config": "bin/vscode-shared-config.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tagproject/vscode-shared-config.git"
  },
  "engines": {
    "node": ">=15.14.0",
    "npm": ">=7.7.6"
  },
  "scripts": {
    "build": "standard-shared-config build",
    "generate": "run-s generate:*",
    "generate:changelog": "changelog generate --bump",
    "lint": "run-s lint:*",
    "lint:spell": "cspell -c .vscode/cspell.json --no-summary \"**/*.{js,ts,tsx,md,yml,json}\"",
    "prepare": "run-s prepare:*",
    "prepare:config": "base-shared-config",
    "prepare:docs": "docs-shared-config",
    "prepare:husky": "husky install",
    "prepare:vscode": "run-s build && node bin/vscode-shared-config",
    "release": "run-s prepare lint build generate"
  },
  "dependencies": {
    "standard-shared-config": "5.x"
  },
  "devDependencies": {
    "@tagproject/base-shared-config": "4.x",
    "@tagproject/docs-shared-config": "3.x"
  },
  "peerDependencies": {
    "cspell": "8.x",
    "npm-run-all": "4.x",
    "prettier": "3.x"
  }
}
