{
  "name": "@dareharu/ts-config",
  "version": "1.1.0",
  "description": "Shareable TypeScript configuration for Dareharu project",
  "author": "@dareharu",
  "license": "MIT",
  "main": "tsconfig.json",
  "engines": {
    "node": ">=16",
    "npm": ">=8"
  },
  "exports": {
    ".": {
      "import": "./tsconfig.json",
      "require": "./tsconfig.json"
    },
    "./without-decorators": {
      "import": "./without-decorators.json",
      "require": "./without-decorators.json"
    }
  },
  "sideEffects": false,
  "homepage": "https://github.com/dareharu/shareable-configs/tree/main/packages/ts-config",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dareharu/shareable-configs",
    "directory": "packages/ts-config"
  },
  "bugs": {
    "url": "https://github.com/github.com/dareharu/shareable-configs/issues"
  },
  "devDependencies": {
    "@favware/cliff-jumper": "^1.8.8"
  },
  "keywords": [
    "dareharu",
    "typescript",
    "typescript config",
    "decorators"
  ],
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "tsconfig.json",
    "without-decorators.json"
  ],
  "scripts": {
    "bump": "cliff-jumper",
    "check-update": "cliff-jumper --dry-run"
  }
}